mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-07 10:47:34 +00:00
Added timeout to bus communication and added error handling via return values
This commit is contained in:
@@ -31,7 +31,6 @@ namespace sta
|
||||
void fill(uint8_t value, size_t count) override;
|
||||
private:
|
||||
I2C_HandleTypeDef * handle_;
|
||||
const uint32_t timeout_ = 1000;
|
||||
};
|
||||
|
||||
class STM32I2CDevice : public I2CDevice
|
||||
|
Reference in New Issue
Block a user