<< previous  [3] 

next >>

Raspberry Pi
1. Vorbereitung/Erste Schritte
-> 2. Geany
3. Samba
4. Scrot
5. Gimp
6. Python - GPIO

 

 

 

Geany:
Terminalsudo apt.get install geany
Geany-> Build -> Set Build Commands
Geany=> Compile with gcc -Wall -c "%f"
Geany=> Build with gcc -Wall -o "%e" "%f" -lwiringPi
Geany=> Execute with sudo "./%e"

<< previous  [3] 

next >>