Hi All,
I have just taken the plunge into python and RPI IO's.
For my first project I am using the ADC Differential Pi, and trying to get it to work.
Using the below basic example i have run into an error and not sure where to start looking to resolve it
Code:
from ADCDifferentialPi import ADCDifferentialPi
adc = ADCDifferentialPi(0x68, 0x69, 12)
adc.read_voltage(1)
Error:
from ADCDifferentialPi import ADCDifferentialPi
adc = ADCDifferentialPi(0x68, 0x69, 12)
adc.read_voltage(1)
Any help would be greatly appreciated
thanks
Darren