🔥 Clean up arduino libs

This commit is contained in:
Rune Harlyk
2025-10-09 18:31:40 +02:00
parent bc31b1b2dd
commit b184449e7b
19 changed files with 31 additions and 76 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef TIMING_H
#define TIMING_H
#pragma once
#include "esp_timer.h"
@@ -40,5 +39,3 @@
name##_count = 0; \
last_time = esp_timer_get_time() / 1000; \
}
#endif