pas-co2-rs

Crates.iopas-co2-rs
lib.rspas-co2-rs
version0.1.0-beta.1
sourcesrc
created_at2024-07-08 16:24:44.334174
updated_at2024-07-08 16:24:44.334174
descriptionInofficial Rust driver for Infineon PAS CO2 sensor
homepage
repositoryhttps://github.com/Systemscape/pas-co2-rs
max_upload_size
id1296130
size26,242
Joël Schulz-Andres (joelsa)

documentation

README

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.

Commit count: 15

cargo fmt