simbit18 commented on code in PR #17341: URL: https://github.com/apache/nuttx/pull/17341#discussion_r2534630027
########## drivers/sensors/Kconfig: ########## @@ -320,22 +323,7 @@ config SENSORS_BMI088_SPI endchoice # BMI088 Interface -choice - prompt "I2C Address" - default BMI160_I2C_ACC_ADDR_18 - -config BMI160_I2C_ACC_ADDR_18 - bool "0x18" - ---help--- - Default address. - If SDO pin is pulled to GND, use 0x18 - -config BMI160_I2C_ACC_ADDR_19 - bool "0x19" - ---help--- - If SDO pin is pulled to VDDIO, use 0x19 - -endchoice # I2C Address +if SENSORS_BMI088_I2C Review Comment: Hi @acassis, in addition to the BMI160, there is also a change to this Bosch BMI088 Gyroscope Sensor. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
