From 31115fc68c6ab9f24b8a955bc0fdaa12f53af2f5 Mon Sep 17 00:00:00 2001 From: Jan Fink Date: Tue, 8 Jul 2025 14:49:49 +0200 Subject: [PATCH 1/2] Aufgabe von Herrn Tress --- SimonSaysProgramm/SimonSaysProgramm.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimonSaysProgramm/SimonSaysProgramm.ino b/SimonSaysProgramm/SimonSaysProgramm.ino index 22f649d..6f17baf 100644 --- a/SimonSaysProgramm/SimonSaysProgramm.ino +++ b/SimonSaysProgramm/SimonSaysProgramm.ino @@ -55,14 +55,14 @@ void loop() { break; case 3: // Vergleich Eingabe/Ausgabe //Gruppe 4 start =============================================================================== - + //Jan Fink //Gruppe 4 ende ================================================================================ break; case 4: // geschafft, Runde hochzählen und auf Display ausgeben //Gruppe 5 start =============================================================================== - + //Gruppe 5 ende ================================================================================ From 0ee27ec6adb53301c4a66e5b8b084f1062532914 Mon Sep 17 00:00:00 2001 From: Samuel Zimmerer Date: Tue, 8 Jul 2025 15:04:34 +0200 Subject: [PATCH 2/2] wo bin ich hier? --- SimonSaysProgramm/.theia/launch.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SimonSaysProgramm/.theia/launch.json diff --git a/SimonSaysProgramm/.theia/launch.json b/SimonSaysProgramm/.theia/launch.json new file mode 100644 index 0000000..7e4253b --- /dev/null +++ b/SimonSaysProgramm/.theia/launch.json @@ -0,0 +1,8 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + "version": "0.2.0", + "configurations": [ + + ] +}