fivdi / mcp-spi-adc

MCP3002/4/8, MCP3202/4/8 and MCP3304 SPI analog to digital conversion with Node.js
MIT License
62 stars 10 forks source link

MCP3208 differential mode #17

Open tcrussell opened 2 years ago

tcrussell commented 2 years ago

Is it possible to specify differential mode for any of the channels? This feature is available in the chip. If not, how about adding it?

Thanks, Tom

fivdi commented 2 years ago

Differential mode isn't supported. It's not something that I have needed so far. A pull request adding support would be welcome.