summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorEnricoGuccii <partyka.003@proton.me>2026-05-19 20:17:31 +0200
committerEnricoGuccii <partyka.003@proton.me>2026-05-19 20:17:31 +0200
commit2da0ef4521d4ffbb5485565c618a7fd74f42336f (patch)
treee5242fbce6d8f178eccb1e52388e446eb5dc138e /src/main.c
parent2330a65290fdcf101c419fa25da89a405e96ec9c (diff)
dodane biblioteki, aktualizacja pinow i mockup wyswietlacza
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c12
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);
-}