jenny:programmierenlernen:logo
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| jenny:programmierenlernen:logo [2025/05/23 17:33] – Externe Bearbeitung 127.0.0.1 | jenny:programmierenlernen:logo [2026/03/11 14:09] (aktuell) – [online videos] itbs | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Logo ====== | ||
| + | http:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Ähnlich wie Minecraft wird Logo mit '' | ||
| + | Eine Entwicklungsumgebung mit der Basis was zum Programmieren mit Logo benötigt kannst Du frei wwählen. \\ | ||
| + | http:// | ||
| + | |||
| + | 8. August 2009: Letzte Version: 0.9.959 | ||
| + | |||
| + | ====== Logo – die Grundbefehle ====== | ||
| + | |||
| + | Die Anweisungen, | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | Ihr solltet bedenken, dass nicht jeder Code von Anfang an perfekt funktioniert – das passiert selbst den Profis. Probiert einfach ein bisschen herum und schaut euch ein paar YouTube-Tutorials an, um eure Fähigkeiten zu verbessern und nach und nach komplexere Programme zusammen zu basteln. Ihr schafft das! | ||
| + | |||
| + | ====== online videos ====== | ||
| + | |||
| + | Logic '' | ||
| + | |||
| + | PIC Microcontrollers Programming in 1 Tutorial https:// | ||
| + | |||
| + | µControllerseite https:// | ||
| + | |||
| + | ===== unter Linux c programmierungsvoraussetzungen ===== | ||
| + | |||
| + | In Linux distributions the gcc compiler and make tool needed by exercise packages are usually installed by default. However you should to ensure that the check framework, zip and unzip, gdb and valgrind are also installed, typing the following in the terminal (assuming you have admin rights to the machine, and you are using either Debian or Ubuntu distribution): | ||
| + | |||
| + | sudo apt-get install check | ||
| + | sudo apt-get install pkg-config | ||
| + | sudo apt-get install valgrind | ||
| + | sudo apt-get install gdb | ||
| + | |||
| + | 11. März 2026 | ||