Skip to content

Commit

Permalink
Added begin to each Nanoshield_Loadcell instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi Diorio Mendes committed Aug 28, 2015
1 parent 1e42bcd commit 5df2d25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/MultiWeight/MultiWeight.ino
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ Nanoshield_LoadCell lc5(100000, 1.5, A3);
void setup() {
Serial.begin(9600);
lc1.begin();
//lc2.begin();
lc2.begin();
lc3.begin();
lc4.begin();
lc5.begin();

// Wait for calibration and set current value to zero weight (tare)
while (!lc1.updated()
Expand Down

0 comments on commit 5df2d25

Please sign in to comment.