Hello, Good work. Just reporting an issue seen on my old RPi B which use i2c bus0 /dev/i2c-0 ADS1x15.ADS1115(0, i2c_address) throws error /dev/i2c-1 not found Seems to be due to early initialisation of SMBus at https://github.com/chandrawi/ADS1x15-ADC/blob/d2f6e7f04a32b906a4f70a81d39b4d172f7e5c8e/ADS1x15/ADS1x15.py#L69
Hello,
Good work.
Just reporting an issue seen on my old RPi B which use i2c bus0 /dev/i2c-0
ADS1x15.ADS1115(0, i2c_address) throws error /dev/i2c-1 not found
Seems to be due to early initialisation of SMBus at
ADS1x15-ADC/ADS1x15/ADS1x15.py
Line 69 in d2f6e7f