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