Skip to content

Commit 75aaa14

Browse files
committed
Removing some benchmarking stuff that was left in.
1 parent 453a5a8 commit 75aaa14

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Devlpr.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ void Devlpr::tick()
2525
microsSinceEMG += microsDelta;
2626
// check if enough time has passed to read EMG
2727
if (microsSinceEMG >= MICROS_SCHED_EMG) {
28-
unsigned long myStartMicros = micros();
2928
readEMG();
30-
unsigned long myDeltaMicros = micros() - myStartMicros;
31-
Serial.println(myDeltaMicros);
3229
// and update micros since
3330
microsSinceEMG = 0L;
3431
// NOTE just a best effort to run on time

0 commit comments

Comments
 (0)