You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I succeeded to use your library with a MCP3421 module by commenting out all channels but 1 in the example, here are the relevant lines that I needed to change:
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 relevant lines that I needed to change:
addr68_ch0 = MCP342x(bus, 0x68, channel=0, resolution=18)
...
adcs = [addr68_ch0]
With these changes I could read data from the module. So you can add support for the board, it works. 😃
The text was updated successfully, but these errors were encountered: