*********************************** adcRead_pkg.py Description (simple) *********************************** adcRead_pkg.py # function Package adcRead_pkg.py # contains # various functions needed by adcRead() # adcRead() itself # adcReadInit() which must be run before adcRead # see test_adcRead.py for main program setup import cmd, time, logging, smbus, RPi.GPIO as GPIO for Rpi 5B will need RPi5GPIO to use gpiozero ************************************************************************************ FROM smartyPies.com welcome projects misc imprint - legal - GDPR ADS1115Runner.py Mark©&paste the code into a file named "ADS1115Runner.py". Thanks to the guys from GeSHi and Curt, who made me revise the code. Created with GeSHi http://qbnz.com/highlighter/ ************************************************************************************ /_Desc_adcRead_pkg.py.txt