add sample flow
This commit is contained in:
@@ -5,6 +5,16 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
Serial.println("RESULT SN 18291 1937.23 2828.11 28211.20 121829.12");
|
||||
Serial.println("#Start Buffer");
|
||||
delay(2000);
|
||||
Serial.println("#Buffer Completed");
|
||||
delay(2000);
|
||||
Serial.println("#Start Buffer");
|
||||
delay(2000);
|
||||
Serial.println("#Sample Completed");
|
||||
delay(3000);
|
||||
Serial.println("RESULT SN 18291 1937.23 2828.11 28211.20 121829.12");
|
||||
delay(15000);
|
||||
|
||||
// Serial.println("#ERROR");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user