Phyton script zum steuern der selbst gebauten pdu.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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