This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
6bea1becab
zephyr
/
samples
/
sensor
/
bme280
/
prj.conf
5 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
sensor: add driver for BMP280 This is a temperature and atmospheric pressure chip. The datasheet is available at: https://www.adafruit.com/datasheets/BST-BMP280-DS001-11.pdf Change-Id: I3406eb6c2c4da564757b8315323d0681d648b541 Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
2016-02-11 21:55:07 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_I2C=y
CONFIG_SENSOR=y
sensor: add support for BME280 * Rename BMP280 to BME280 which is a superset for the former. * Autodetect device based on chip ID. * Implement humidity fetching and reading for BME280 * Rename sample BMP280 to BME280 Change-Id: I565c769a7011e7496c9f1cad861d5ee311839b4f Signed-off-by: Murtaza Alexandru <alexandru.murtaza@intel.com>
2016-05-10 20:30:06 +08:00
CONFIG_BME280=y