move comment
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user