Phyton script zum steuern der selbst gebauten pdu.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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")