* I2C address have to be converted into a 0..7 array index and vice-versa. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
mcp342x.cpp | ||
mcp342x.h |
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