-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Currently, we only support initializing the polling interval of an I2C component. However, some I2C components have extra parameters which may influence sensor readings.
Examples:
- Light sensor drivers like the TSL2591, the gain may be changed (
tsl.setGain(TSL2591_GAIN_MED)) during runtime as well as the integration time
* The BME680 driver exposes sampling, altitude configuration, and filtering initialization functions.
* The LC709203 driver exposes functions such aslc.setPackSize(LC709203F_APA_500MAH);to set the LiPo battery pack size.