src/main.cpp hinzugefügt

This commit is contained in:
2026-05-02 14:23:56 +00:00
parent 1a76e3cb95
commit 4fe896d1a8
+13
View File
@@ -0,0 +1,13 @@
#include <Arduino.h>
#include <header.h>
void setup() {
Serial.begin(9600);
//nmea speed 4800
Serial1.begin(4800);
}
void loop() {
Serial.println("Mircocontroller gestartet ...");
}