Merge remote-tracking branch 'origin/master' into feat/balance
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#ifndef TESTING
|
||||
|
||||
#include <Arduino.h>
|
||||
// #include "Program.h"
|
||||
|
||||
@ -33,9 +35,13 @@ void setup(){
|
||||
|
||||
balance->setCalibrationFact(1077);
|
||||
|
||||
void setup() {
|
||||
program = new Program();
|
||||
}
|
||||
|
||||
void loop(){
|
||||
// delay(500);
|
||||
Serial.println(balance->getValue());
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user