diff options
author | u_haenger <u_haenger@web> | 2016-10-29 14:12:53 +0200 |
---|---|---|
committer | Charly Root <root@www-static.glb.internetputzen.com> | 2016-10-29 14:12:53 +0200 |
commit | 4cf1c24d458cceff21bdcba4bd7687ae914c77f0 (patch) | |
tree | bedb422720613b0ecac9becaf7101bc7b3a79355 | |
parent | c6ddb6446c5c508d5f45a77956b0064e69a7ac29 (diff) |
-rw-r--r-- | _Raspberry_Pi___42____42__Blink__42____42___.mdwn | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/_Raspberry_Pi___42____42__Blink__42____42___.mdwn b/_Raspberry_Pi___42____42__Blink__42____42___.mdwn index 330edd1e..2d6e457b 100644 --- a/_Raspberry_Pi___42____42__Blink__42____42___.mdwn +++ b/_Raspberry_Pi___42____42__Blink__42____42___.mdwn @@ -1 +1,41 @@ # 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/ ]] |