diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-05-19 20:17:31 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-05-19 20:17:31 +0200 |
| commit | 2da0ef4521d4ffbb5485565c618a7fd74f42336f (patch) | |
| tree | e5242fbce6d8f178eccb1e52388e446eb5dc138e /src/main.c | |
| parent | 2330a65290fdcf101c419fa25da89a405e96ec9c (diff) | |
dodane biblioteki, aktualizacja pinow i mockup wyswietlacza
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/main.c b/src/main.c deleted file mode 100644 index 925a112..0000000 --- a/src/main.c +++ /dev/null @@ -1,12 +0,0 @@ -#include <Arduino.h> - -// #include <settings.h> -// -void setup() { - Serial.begin(115200); -} - -void loop() { - Serial.println("hello"); - delay(1000); -} |