move comment

This commit is contained in:
Norman Bos
2024-07-15 21:09:49 +02:00
parent c22b8ecdf2
commit bf9a32db44
+2 -2
View File
@@ -49,7 +49,7 @@ void setup()
void loop() void loop()
{ {
// blink(); //! Der Loop wird gerade nur einmal ausgeführt und stoppt bei der serial monitor eingabe. Bei jeder Eingabe erfolgt ein neue Loop. Alle test-Funktionen laufen durch. // blink();
// simpleButtonTest(); // simpleButtonTest();
buttonPlayTest(); buttonPlayTest();
@@ -102,7 +102,7 @@ void buttonPlayTest()
/* end testing code */ /* end testing code */
} }
void oldSerialInput() void oldSerialInput() //! Der Loop wird gerade nur einmal ausgeführt und stoppt bei der serial monitor eingabe. Bei jeder Eingabe erfolgt ein neue Loop. Alle test-Funktionen laufen durch.
{ {
if (commandMode) if (commandMode)