From c9e28d84f85afa69c36b77cccb17354ad9f9f18e Mon Sep 17 00:00:00 2001 From: u_haenger Date: Sat, 29 Oct 2016 14:46:02 +0200 Subject: --- _Raspberry_Pi___42____42__Blink__42____42___.mdwn | 32 ++++++++++++++--------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/_Raspberry_Pi___42____42__Blink__42____42___.mdwn b/_Raspberry_Pi___42____42__Blink__42____42___.mdwn index 3930ecea..5f35dd68 100644 --- a/_Raspberry_Pi___42____42__Blink__42____42___.mdwn +++ b/_Raspberry_Pi___42____42__Blink__42____42___.mdwn @@ -21,17 +21,6 @@ 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/ ]] @@ -39,7 +28,7 @@ ##Eine LED verbinden LED mit Raspberry Pi verbinden - +Bild von adafruit.com ##LED mit Python-Interpreter steuern @@ -82,6 +71,25 @@ speed = raw_input("Enter length of each blink(seconds): ") Blink(int(iterations),float(speed)) + +## Beispiel für Luftfeuchte- und Temperatursensor + + +Bild von adafruit.com + +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 + + + ## Links [[ http://www.thirdeyevis.com/pi-page-2.php ]] + +[[ https://learn.adafruit.com/dht-humidity-sensing-on-raspberry-pi-with-gdocs-logging/overview ]] + +[[ https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/overview ]] -- cgit v1.2.1