Crates.io | mcp320x |
lib.rs | mcp320x |
version | 0.1.1 |
source | src |
created_at | 2023-10-03 20:54:55.722997 |
updated_at | 2023-10-03 21:14:59.222663 |
description | Platform agnostic driver written using embedded-hal traits to interface with the MCP320X ADC's |
homepage | |
repository | https://gitlab.com/studiedlist/mcp320x |
max_upload_size | |
id | 991545 |
size | 18,901 |
A platform-agnostic driver for the MCP3008 / MCP3004 ADC's written using the embedded-hal traits.
Example programs using this driver are available here and here.
There is also a tutorial on writing embedded-hal based drivers using the MCP3008 as an example