1 unstable release
0.1.0-beta.1 | Jul 8, 2024 |
---|
#580 in Hardware support
22 downloads per month
24KB
459 lines
pas-co2-rs
Inofficial Rust driver for Infineon XENSIV (TM) PAS CO2 sensor.
Non-async I2C
Currently, there is no support for synchronous I2C, i.e., embedded-hal. Only embedded-hal-async is supported. It is straightforward to add this, but would result in a lot of code duplication.
Examples
You can find an example for the STM32F469 in the examples folder inside the repository. This should be easy to adapt to any other platform thanks to embedded-hal.
Contributing
Feel free to contribute to this project by opening a pull-request or creating an issue for bugs, questions or suggestions.
Dependencies
~0.6–1.1MB
~23K SLoC