From f81120fb8febb2089f2c4d58b9556db42984d269 Mon Sep 17 00:00:00 2001 From: Tobias Hopp Date: Sun, 5 Feb 2023 20:02:20 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Edoc/Arduino=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc%2FArduino.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc%2FArduino.md b/doc%2FArduino.md index 7c73954..29f05f7 100644 --- a/doc%2FArduino.md +++ b/doc%2FArduino.md @@ -161,7 +161,7 @@ Er stürzt quasi kontrolliert ab und startet neu. -Danach beginnen wir den Loop, welcher automatisch ausgeführt wird, sobald +Danach beginnen wir den Loop, welcher automatisch ausgeführt wird, sobald der Arduino gestartet ist ```c void loop() { if (Serial.available()) {