This project allows you to import normal C source code into a Python as a module. The function load(), defined in load_c.py, does all the work of creating the module from the source code. The source ...
You can use the function init(...) to initialize the ADS with the given parameters. You can use the setGain(...) function to change the value used in measurements and calculations. You can use the ...