template<typename Serif, uint8_t i2c_address>
struct sygaldry::sygsp::ICM20948AuxSerif< Serif, i2c_address >
Limited I2C serial interface using the ICM20948 aux bus
- Precondition
This API requires that the ICM20948 accessible through the given serial interface should be connecting, accessible, not sleeping, and not in low power mode mode. The user is requird to check or enforce this precondition, since this API does not.
- Template Parameters
-
Serif | the serial interface over which to access the ICM20948 |