Searched full:bma280 (Results 1 – 9 of 9) sorted by relevance
1 # BMA280 Three Axis Accelerometer configuration options6 menuconfig BMA280 config7 bool "BMA280 Three Axis Accelerometer Family"12 Enable driver for BMA280 I2C-based triaxial accelerometer sensor15 if BMA280109 endif # BMA280
5 zephyr_library_sources(bma280.c)
15 #include "bma280.h"17 LOG_MODULE_REGISTER(BMA280, CONFIG_SENSOR_LOG_LEVEL);
15 #include "bma280.h"18 LOG_MODULE_DECLARE(BMA280, CONFIG_SENSOR_LOG_LEVEL);
5 Bosch BMA280 triaxial acceleration sensor. See more info at:6 https://www.bosch-sensortec.com/products/motion-sensors/accelerometers/bma280.html8 compatible: "bosch,bma280"
5 add_subdirectory_ifdef(CONFIG_BMA280 bma280)
5 source "drivers/sensor/bosch/bma280/Kconfig"
79 test_i2c_bma280: bma280@8 {80 compatible = "bosch,bma280";
1861 * :github:`22198` - BMA280 Sample Code