#adc #embedded-hal-driver #traits #platform #interface #mcp3008 #mcp3004

nightly no-std adc-mcp3008

Platform agnostic driver written using embedded-hal traits to interface with the MCP3008 / MCP3004 ADC's

2 releases

Uses old Rust 2015

0.1.1 Feb 25, 2018
0.1.0 Feb 25, 2018

#30 in #adc

MIT/Apache

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