DFRobot / DFRobot_ADS1115

MIT License
11 stars 18 forks source link

ADS1115 Disconnected! (ADS1115_IIC_ADDRESS1: 0x49) #5

Open rtek1000 opened 2 years ago

rtek1000 commented 2 years ago
void setup(void) 
{
    Serial.begin(115200);
    ads.setAddr_ADS1115(ADS1115_IIC_ADDRESS1);   // 0x48

https://github.com/DFRobot/DFRobot_ADS1115/blob/master/examples/readVoltage/readVoltage.ino

#define ADS1115_IIC_ADDRESS0         (0x48)
#define ADS1115_IIC_ADDRESS1         (0x49)

https://github.com/DFRobot/DFRobot_ADS1115/blob/master/DFRobot_ADS1115.h