| Crates.io | adc-mcp3008 |
| lib.rs | adc-mcp3008 |
| version | 0.1.1 |
| created_at | 2018-02-25 18:55:27.398345+00 |
| updated_at | 2018-02-25 19:32:57.931862+00 |
| description | Platform agnostic driver written using embedded-hal traits to interface with the MCP3008 / MCP3004 ADC's |
| homepage | |
| repository | https://github.com/pcein/adc-mcp3008 |
| max_upload_size | |
| id | 52812 |
| size | 17,329 |
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