diff --git a/SimonSaysProgramm/.theia/launch.json b/SimonSaysProgramm/.theia/launch.json deleted file mode 100644 index 7e4253b..0000000 --- a/SimonSaysProgramm/.theia/launch.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - "version": "0.2.0", - "configurations": [ - - ] -} diff --git a/SimonSaysProgramm/SimonSaysProgramm.ino b/SimonSaysProgramm/SimonSaysProgramm.ino index 56f205c..75f6034 100644 --- a/SimonSaysProgramm/SimonSaysProgramm.ino +++ b/SimonSaysProgramm/SimonSaysProgramm.ino @@ -36,6 +36,7 @@ void loop() { //Gruppe 1 start =============================================================================== + //Gruppe 1 ende ================================================================================ break; case 1: // Ausgabe aktuelle Runde @@ -58,11 +59,6 @@ void loop() { case 3: // Vergleich Eingabe/Ausgabe //Gruppe 4 start =============================================================================== - //Samuel Zimmerer - //Jan Fink - - - //Gruppe 4 ende ================================================================================ @@ -70,13 +66,8 @@ void loop() { case 4: // geschafft, Runde hochzählen und auf Display ausgeben //Gruppe 5 start =============================================================================== - - - - // Louay Aouadi - //Gruppe 5 ende ================================================================================ break; case 5: // verloren @@ -87,4 +78,4 @@ void loop() { //Gruppe 6 ende ================================================================================ break; } -} +} \ No newline at end of file