Update power measurement examples

Update power measurement examples to the state in which they were used as test cases in thesis
This commit is contained in:
2025-01-28 20:22:38 +01:00
parent d042c2a437
commit eb4859c31d
4 changed files with 12 additions and 14 deletions

View File

@ -3,7 +3,7 @@
Dezibot dezibot = Dezibot();
// How many times to run a command on the display consecutively;
const uint16_t iterations = 5000;
const uint16_t iterations = 1000;
void setup() {
dezibot.begin();