Compare commits

..

No commits in common. "d0afb032e2b3a4b1a0834248da081ee378e65493" and "d3c175d5f50eec4b70ad04714686a0fd0dfd5551" have entirely different histories.

2 changed files with 2 additions and 19 deletions

View file

@ -1,8 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"version": "0.2.0",
"configurations": [
]
}

View file

@ -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;
}
}
}