mcp320x 0.1.1

Platform agnostic driver written using embedded-hal traits to interface with the MCP320X ADC's
Documentation
  • Coverage
  • 100%
    12 out of 12 items documented0 out of 8 items with examples
  • Size
  • Source code size: 19.41 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.55 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • studiedlist/mcp320x
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Studiedlist

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