From b8c5703f173224d3c0e6221cd01389b97c340f9e Mon Sep 17 00:00:00 2001 From: stevo Date: Tue, 18 Sep 2018 10:32:39 +0000 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e69de29..74f2068 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,15 @@ +# Overview +This Projects implements several scripts for remote GPIO control on raspberry PI. + +## User Guide + +### get Sources +git clone http://gitea.devpool.net:3000/alex/pdu_ctrl + +### start test script on raspberry pi +python3 gpio_test.py + +## Missing Features +* Script to set and reset single GPIO's ("python3 gpioctrl.py CCU6_001 on", "python3 gpioctrl.py CCU6_001 off" ) +* Script to get the state of single GPIO's ("python3 gpioctrl.py CCU6_001 stat" ) +