esphome/esphome/components/bmi160
Flaviu Tamas e66047e072
Add BMI160 support (#5143)
* Add BMI160 support

* BMI160: use set_timeout for delay

* Add support for old compilers

Fix "warning: missing terminating ' character"

* Increase power-on delay to be more conservative

* Add helper for reading little-endian data over i2c

* Replace configuration names with globals

Note: for testing with external components, you will need to comment out the import & define your own CONF_GYROSCOPE_X, etc, in this file

* Improve icons

* Fix tests & lint
2023-09-09 21:25:09 -05:00
..
__init__.py Add BMI160 support (#5143) 2023-09-09 21:25:09 -05:00
bmi160.cpp Add BMI160 support (#5143) 2023-09-09 21:25:09 -05:00
bmi160.h Add BMI160 support (#5143) 2023-09-09 21:25:09 -05:00
sensor.py Add BMI160 support (#5143) 2023-09-09 21:25:09 -05:00