Analog Sensors Interfacing with Raspberry Pi using ADS1115
to change the adress of i2c
change below line
ads = ADS.ADS1115(i2c)
into
ads = ADS.ADS1115(i2c, address=0x4a)
Installations & Source Code - https://github.com/rravivarman/Raspbe...
Tamil Explanation Link - • Analog sensors with Raspberry pi 4 us...