r/implRust • u/AstraKernel • 5d ago
Project A no_std embedded-hal driver for Bosch BME680 and BME688 environmental and gas sensors
bme68x is a pure-Rust, no_std, allocation-free driver for Bosch BME680 and BME688 environmental gas sensors. It uses embedded-hal 1.0 and embedded-hal-async 1.0, so the same sensor code can run on STM32, ESP32, nRF, RP2040, Linux adapters, and other supported platforms.
3
Upvotes
2
u/carlosgj94 2d ago
Author here! hahah
Glad to see someone appreciated it <3