2 releases
Uses old Rust 2015
0.1.1 | Feb 25, 2018 |
---|---|
0.1.0 | Feb 25, 2018 |
#33 in #adc
7KB
78 lines
A platform-agnostic driver for the MCP3008 / MCP3004 ADC's written using the embedded-hal traits.
Example programs using this driver are available here.
There is also a tutorial on writing embedded-hal based drivers using the MCP3008 as an example
lib.rs
:
A platform agnostic driver to interface with the MCP3008 / MCP3004 ADC's.
This driver was built using embedded-hal
traits.
Dependencies
~72KB