Merge branch 'raspi-support' of ssh://git.intern.spaceteamaachen.de:22222/ALPAKA/sta-core into raspi-support

This commit is contained in:
dario
2023-08-20 17:39:17 +02:00
5 changed files with 46 additions and 20 deletions

View File

@@ -18,11 +18,10 @@ namespace sta
* @param intf %I2C hardware interface
* @param csPin The peripheral's address.
*/
I2CDevice(I2C * intf, int address, bool master=false, bool blocking=true);
I2CDevice(I2C * intf, int address, bool master=true, bool blocking=true);
protected:
void select() override;
void deselect() override;
private: