src/main.cpp hinzugefügt
This commit is contained in:
@@ -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 ...");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user