added dynamic display (full buffer) + DAC + ADC

This commit is contained in:
2021-06-14 21:53:53 +02:00
parent 0bd1107347
commit dd0ff7eb29
7 changed files with 165 additions and 36 deletions

View File

@@ -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);
}