Update barebones1/barebones.ino
This commit is contained in:
parent
07851fafce
commit
a53d48154e
|
@ -9,6 +9,8 @@ CRGB leds[NUM_LEDS];
|
|||
long startTime = 0;
|
||||
long endTime = 0;
|
||||
long ttotaltiem = 0;
|
||||
int testCount = 0;
|
||||
|
||||
|
||||
void setup() {
|
||||
Serial.begin(115200);
|
||||
|
@ -34,6 +36,6 @@ void loop() {
|
|||
// Output in CSV format
|
||||
Serial.print(testCount);
|
||||
Serial.print(",");
|
||||
Serial.println(totalTime);
|
||||
Serial.println(ttotaltiem);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue