Commit 152ceb8
Complete Adafruit BME690 Arduino library implementation
- Add Adafruit_BME690.h/cpp wrapper for Bosch BME69x API
- Include Bosch BME690 SensorAPI files (bme69x.c, bme69x.h, bme69x_defs.h)
- Add example sketch with temperature, pressure, humidity, and gas readings
- Update LICENSE to BSD 3-Clause
- Update README with BME690 library description
- Add .gitignore to exclude docs and config files
- Format code with clang-format per Adafruit standards
Library supports both I2C and SPI communication and provides
simple Arduino-style API for environmental sensing.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0ac7f24 commit 152ceb8
10 files changed
Lines changed: 3782 additions & 19 deletions
File tree
- .claude
- examples/bme690test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments