From fe864467281cff43fb732df083f050c54d08ea7d Mon Sep 17 00:00:00 2001 From: Sebastian Matz <sebastian.alessandro.matz@rwth-aachen.de> Date: Fri, 10 Jan 2025 02:18:35 +0100 Subject: [PATCH] update --- Dokumentation/Sensoren.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dokumentation/Sensoren.md b/Dokumentation/Sensoren.md index 68e282e..54619d4 100644 --- a/Dokumentation/Sensoren.md +++ b/Dokumentation/Sensoren.md @@ -35,7 +35,7 @@ Wir verwenden **Micropython** * - Micropython auf dem PICO installieren: [Anleitung + Download](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html) - Micropython IDE für den PICO: [Thonny](https://thonny.org/) - In Thonny unter `Werkzeuge` -> `Optionen` -> `Interpreter` 'MicroPython (Raspberry Pi)' auswählen -  + <img src="/Bilder/Thonny/Interpreter.png" width="600"> *Screenshot aus [Thonny](https://thonny.org/)* - Damit Code automatisch ausgeführt wird muss dieser auf dem Pico als `main.py` gespeichert werden -- GitLab