added dynamic display (full buffer) + DAC + ADC
This commit is contained in:
@@ -25,5 +25,5 @@ void loop()
|
||||
handleLeds();
|
||||
handleMeasure();
|
||||
|
||||
Serial.printf("T=%4.2f\n", (double)(micros() - looptime)/1000);
|
||||
Serial.printf("T=%4.2fms\n", (double)(micros() - looptime)/1000);
|
||||
}
|
||||
Reference in New Issue
Block a user