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

nightly no-std mcp320x

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

2 releases

Uses old Rust 2015

0.1.1 Oct 3, 2023
0.1.0 Oct 3, 2023

#1106 in Embedded development

33 downloads per month

MIT/Apache

8KB
135 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 and 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 MCP320X ADC's.

This driver was built using embedded-hal traits.

Dependencies

~71KB