fabiovix / py-ads1256

Python Library with C wrappers to read 8 channels from the Texas Instruments ADS1256 ADC chip
29 stars 18 forks source link

Configure ADC for differential mode #7

Open steve-bamlabs-com opened 6 years ago

steve-bamlabs-com commented 6 years ago

Hi,

Have you a version of the code that I can use to put the chip in diff mode?

Thanks

Steve

lukruh commented 6 years ago

I'm highly interested in this as well... but since this issue is already a few month old and not replied I guess this is not going to happen soon?

I'll give this library a try, maybe in single ended connections first. If I like it i'm going to create a pull request for this, but my C skills are bad so it will take a lot of time..

techavarria commented 6 years ago

ads1256_test.zip

Change ADS1256_StartScan(0) for ADS1256_StartScan(1) at line 972 of ads1256_test.c, then run sudo python setup.py install.