PyADS1256
PyADS1256 copied to clipboard
Python class for interacting with the ADS1256 analog to digital converter with the Raspberry Pi
Results
2
PyADS1256 issues
Sort by
recently updated
recently updated
newest added
This was a helpful starting point, but it only works after fixing a couple of important SPI setup problems. 1. Instead of wiringPiSPISetup, it needs to use wiringPiSPISetupMode, with SPI_MODE=1...
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'....