From 4fe896d1a8c40f7c00179d3b05128e40cb48b820 Mon Sep 17 00:00:00 2001 From: ingressy Date: Sat, 2 May 2026 14:23:56 +0000 Subject: [PATCH] =?UTF-8?q?src/main.cpp=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main.cpp diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..e304718 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,13 @@ +#include +#include + +void setup() { + Serial.begin(9600); + + //nmea speed 4800 + Serial1.begin(4800); +} + +void loop() { + Serial.println("Mircocontroller gestartet ..."); +} \ No newline at end of file