-
Notifications
You must be signed in to change notification settings - Fork 23
Open
brendanmatkin/ADS126X
#1Description
Hi,
Maybe I'm just too stupid, but I cannot even manage to add a second sensor.
I used the example and successfully connected a full-bridge loadcell to AIN0-AIN1.
Than I wanted to add a second full-bridge loadcell to AIN2-AIN3.
I just copied the code: Defined additional POS-NEG pins, and read the value:
voltage1 = adc1.readADC1(pos_pin1,neg_pin1); // read the voltage
voltage2 = adc1.readADC1(pos_pin2,neg_pin2); // read the voltage
However my data for both sensors is now just showing 0 or -1.
What am I doing wrong?
Thank you and best regards
SammyRamone
Metadata
Metadata
Assignees
Labels
No labels