mcp320x 0.1.1

Platform agnostic driver written using embedded-hal traits to interface with the MCP320X ADC's
Documentation
1
2
3
4
5
6
7
8
9
10
11

A platform-agnostic driver for the MCP3008 / MCP3004 ADC's written
using the *embedded-hal* traits.

Example programs using this driver are [available here](https://gitlab.com/studiedlist/mcp320x-examples) and [here](https://github.com/pcein/mcp3008-examples).

There is also a [tutorial on writing embedded-hal based drivers using the MCP3008 as an example](http://pramode.in/2018/02/24/an-introduction-to-writing-embedded-hal-based-drivers-in-rust/)