MCP342x
MCP342x copied to clipboard
Arduino library to support Microchip ADC342x analogue to digital converters
I this lib supported anymore? It would be really cool if there was a list of the functions and their usage.
Hi. Dear developer, could you show Multichannel example ? I can’t do it myself, no experience. #include #include /* Demonstrate the use of read() and convert(). If read() is called...
Hi Steve Thanks a lot for this good library, I helped me a lot. But I have an issue: on my board, there are two MCP3423, one has the address...
This PR adds support for multiple I2C busses. By default, standard `Wire` object will be used. Resolves #10
I have problems with running this library on [ESP32 LPkit board](https://github.com/LaskaKit/ESP32-LPKit) after uploading example sketch it continues to reset by watchdog timer? **the dev board is disconnected from everything** rst:0x8...
MCP3421 is 18-bit but only 1 channel. I succeeded to use your library with a MCP3421 module by commenting out all channels but 1 in the example, here are the...
The current version of the library does not support usage of Wire1, Wire2 etc.