feat(*): add iic address setting api for s210a

This commit is contained in:
kalman
2019-03-23 16:58:54 +08:00
parent 415cf31a36
commit f25685153b
10 changed files with 44 additions and 5 deletions

View File

@@ -259,6 +259,14 @@ enum class Option : std::uint8_t {
*/
GYROSCOPE_LOW_PASS_FILTER,
/**
* The setting of IIC address
* <p>
* range: [0,65535], default: 0
* </p>
*/
IIC_ADDRESS_SETTING,
/** Zero drift calibration */
ZERO_DRIFT_CALIBRATION,
/** Erase chip */