Home
last modified time | relevance | path

Searched full:bma280 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/drivers/sensor/bosch/bma280/
DKconfig1 # BMA280 Three Axis Accelerometer configuration options
6 menuconfig BMA280 config
7 bool "BMA280 Three Axis Accelerometer Family"
12 Enable driver for BMA280 I2C-based triaxial accelerometer sensor
15 if BMA280
109 endif # BMA280
DCMakeLists.txt5 zephyr_library_sources(bma280.c)
Dbma280.c15 #include "bma280.h"
17 LOG_MODULE_REGISTER(BMA280, CONFIG_SENSOR_LOG_LEVEL);
Dbma280_trigger.c15 #include "bma280.h"
18 LOG_MODULE_DECLARE(BMA280, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/dts/bindings/sensor/
Dbosch,bma280.yaml5 Bosch BMA280 triaxial acceleration sensor. See more info at:
6 https://www.bosch-sensortec.com/products/motion-sensors/accelerometers/bma280.html
8 compatible: "bosch,bma280"
/Zephyr-latest/drivers/sensor/bosch/
DCMakeLists.txt5 add_subdirectory_ifdef(CONFIG_BMA280 bma280)
DKconfig5 source "drivers/sensor/bosch/bma280/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi79 test_i2c_bma280: bma280@8 {
80 compatible = "bosch,bma280";
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1861 * :github:`22198` - BMA280 Sample Code