mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 18:37:34 +00:00
Added I2C address scan
This commit is contained in:
@@ -35,6 +35,11 @@ namespace sta
|
||||
*/
|
||||
void setSettings(uint16_t address, bool master, bool blocking);
|
||||
|
||||
/**
|
||||
* @brief Prints all available addresses via the debug printable.
|
||||
*
|
||||
*/
|
||||
virtual void scanAddresses() = 0;
|
||||
protected:
|
||||
/// @brief The peripheral's address to communicate with.
|
||||
uint16_t address_;
|
||||
|
Reference in New Issue
Block a user