Expand description
Contains communication with Atlas Scientific sensor via I2C interface
Structs§
- I2cInterface
- Contains the configuration and the implementation for communication via I2C **. Sensor data is read periodically upon request via the channel and communicated back to the caller.
- I2cRequest
- I2cResponse
Constants§
- MAX_
I2C_ 🔒COMMAND_ LENGTH - A constant for the maximum command length considering future applications as well.
- MAX_
I2C_ 🔒RESPONSE_ LENGTH - A constant for the maximum response length from an I2C device.