# Raspberry Pi **Blink** # # GPIO vervenden # ## Installation ## ### Um neue Software zu suchen 1. sudo apt-get update 2. sudo apt-get upgrade ### GPIO Software installieren 1. sudo apt-get install python-dev 2. sudo apt-get install python-rpi.gpio ### Adafruit Beispiele installieren 1. sudo apt-get install git 2. git clone http://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code.git 3. cd Adafruit-Raspberry-Pi-Python-Code 4. ls ### Beispiel-Programm für Luftfeuchte- und Temperatursensor 1. sudo apt-get install build-essential python-dev python-openssl 2. git clone https://github.com/adafruit/Adafruit_Python_DHT.git 3. cd Adafruit_Python_DHT/ 4. sudo python setup.py install 5. cd examples/ 6. sudo ./AdafruitDHT.py 11 4 ## Wo ist welcher PIN? [[ http://pinout.xyz/ ]]