Phyton script zum steuern der selbst gebauten pdu.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 674 B

123456789101112131415161718
  1. # Overview
  2. This Projects implements several scripts for remote GPIO control on raspberry PI.
  3. ## User Guide
  4. ### get Sources
  5. git clone http://gitea.devpool.net:3000/alex/pdu_ctrl
  6. ### start test script on raspberry pi
  7. python3 gpio_test.py
  8. ## Missing Features
  9. * Script to set and reset single GPIO's ("python3 gpioctrl.py CCU6_001 on", "python3 gpioctrl.py CCU6_001 off" )
  10. * Script to get the state of single GPIO's ("python3 gpioctrl.py CCU6_001 stat" )
  11. * implement gpio_daemon with XMP:RPC interface for remote access
  12. ## GPIO's pin assignment raspberryPI
  13. ![GPIO description](https://www.computerhilfen.de/info/wp-content/uploads/2016/04/computerhilfen_de-gpio.png "GPIO")