main #1

Merged
kosgalma merged 11 commits from BKI/25_BKI2_2:main into main 2025-01-31 10:57:15 +01:00
Showing only changes of commit c43ab91ace - Show all commits

View file

@ -80,9 +80,17 @@ void loop() {
break;
case 3: // Vergleich Eingabe/Ausgabe
//Gruppe 4 start ===============================================================================
for(int i{0}; i <= level; i++)
{
if(musterEingabe[i] == musterVorgabe[i])
state = 4;
else
{
state = 5;
break;
}
}
break;
//Gruppe 4 ende ================================================================================
break;
case 4: // geschafft, Runde hochzählen und auf Display ausgeben