summaryrefslogtreecommitdiff
path: root/_Raspberry_Pi___42____42__Blink__42____42___.mdwn
diff options
context:
space:
mode:
authoru_haenger <u_haenger@web>2016-10-29 14:12:53 +0200
committerCharly Root <root@www-static.glb.internetputzen.com>2016-10-29 14:12:53 +0200
commit4cf1c24d458cceff21bdcba4bd7687ae914c77f0 (patch)
treebedb422720613b0ecac9becaf7101bc7b3a79355 /_Raspberry_Pi___42____42__Blink__42____42___.mdwn
parentc6ddb6446c5c508d5f45a77956b0064e69a7ac29 (diff)
Diffstat (limited to '_Raspberry_Pi___42____42__Blink__42____42___.mdwn')
-rw-r--r--_Raspberry_Pi___42____42__Blink__42____42___.mdwn40
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/ ]]