seandheath / PyADS1256

Python class for interacting with the ADS1256 analog to digital converter with the Raspberry Pi
19 stars 12 forks source link

PyADS1256 #2

Open davidh314 opened 6 years ago

davidh314 commented 6 years ago

I have tried two different people's code for accessing theADS1256, the second one being SeanDHeath's, PyADS1256. In both cases I get this error: AttributeError: module 'wiringPi' has no attribute 'wiringPiSetupPhys'. Can anyone tell me what the real problem is?