mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 02:27:33 +00:00
Updated: Doxygen Documentation
This commit is contained in:
committed by
CarlWachter
parent
b3ed26e288
commit
16b9e6135c
@@ -16,7 +16,9 @@ namespace sta
|
||||
public:
|
||||
/**
|
||||
* @param intf %I2C hardware interface
|
||||
* @param csPin The peripheral's address.
|
||||
* @param address Device address
|
||||
* @param master Whether the mcu is a master or slave
|
||||
* @param blocking Whether to use blocking or non-blocking transmits / receives
|
||||
*/
|
||||
I2CDevice(I2C * intf, int address, bool master=true, bool blocking=true);
|
||||
|
||||
|
Reference in New Issue
Block a user