Module i2c_interface

Source
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.

Type Aliases§

I2cResult