crjeder / abp-pressure-sensor

A rust driver for Honeywell's ABP line of pressure sensors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abp-pressure-sensor

WIP currently it does not compile!

Crate License GitHub branch checks state

Maintained dependency status GitHub Repo stars Crates.io

This is a platform agnostic driver to interface with Honeywells APB line of pressure sensors (https://sps.honeywell.com/gb/en/products/advanced-sensing-technologies/healthcare-sensing/board-mount-pressure-sensors/basic-abp-series) This [no_std] driver is built using embedded-hal traits.

Usage

It is recommended to always use cargo-crev to verify the trustworthiness of each of your dependencies, including this one.

Use an embedded-hal implementation to get I2C.

Example

Wiring

Code

What works

(tested on Raspberry Pi)

TODO

  • Test on more platforms

Feedback

All kind of feedback is welcome. If you have questions or problems, please post them on the issue tracker This is literally the first code I ever wrote in rust. I am still learning. So please be patient, it might take me some time to fix a bug. I may have to break my knowledge sound-barrier. If you have tested on another platform I'd like to hear about that, too!

References

License

Licensed under either of

at your option.

About

A rust driver for Honeywell's ABP line of pressure sensors

License:Apache License 2.0


Languages

Language:Rust 100.0%