Browse Source

'README.md' ändern

stevo 5 years ago
parent
commit
b8c5703f17
1 changed files with 15 additions and 0 deletions
  1. 15 0
      README.md

+ 15 - 0
README.md View File

@@ -0,0 +1,15 @@
1
+# Overview
2
+This Projects implements several scripts for remote GPIO control on raspberry PI.
3
+
4
+## User Guide
5
+
6
+### get Sources
7
+git clone http://gitea.devpool.net:3000/alex/pdu_ctrl
8
+
9
+### start test script on raspberry pi
10
+python3 gpio_test.py
11
+
12
+## Missing Features
13
+* Script to set and reset single GPIO's ("python3 gpioctrl.py CCU6_001 on", "python3 gpioctrl.py CCU6_001 off" )
14
+* Script to get the state of single GPIO's ("python3 gpioctrl.py CCU6_001 stat" )
15
+