Skip to content
Snippets Groups Projects
Commit 460e0591 authored by Marco Betschart's avatar Marco Betschart
Browse files

Uebung ç Wie ist dein Name

parent a331c5e6
Branches
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ void setup() { ...@@ -7,6 +7,10 @@ void setup() {
void loop() { void loop() {
// put your main code here, to run repeatedly: // put your main code here, to run repeatedly:
Serial.println("Hello World"); Serial.println("Wie ist dein Name?");
String name = Serial.readStringUntil('\n');
Serial.print("Hello");
Serial.println(name);
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment