Microchip mcp3425/6 library. 16-Bit Analog-to-Digital Converter, I2C Bus.
Go to file
Enrico Rossi 074fdae1b1 Fix wrong array index, OOM
* I2C address have to be converted into a 0..7 array index and
    vice-versa.
2022-10-15 10:57:58 +02:00
.gitignore Initial commit 2017-12-21 15:42:36 +01:00
LICENSE Initial commit 2017-12-21 15:42:36 +01:00
README.md Renamed git-repo. 2018-05-25 14:50:13 +02:00
mcp342x.cpp Fix wrong array index, OOM 2022-10-15 10:57:58 +02:00
mcp342x.h Fix wrong array index, OOM 2022-10-15 10:57:58 +02:00

README.md

avrlib_mcp342x

Microchip mcp3425/6 library.

16-Bit Analog-to-Digital Converter with I2C Interface and On-Board Refer

Currently initialize and one shot convert with the hardcoded setup.

Depends on a I2C library (submodule).

Initialize the I2C sub-module.

Missing part

  • API Doxygen doc
  • test with an arduino
  • schema of a demo circuit in kicad with arduino
  • proper Makefile