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.
stevo 6836b3f016 taken from https://www.computerhilfen.de/info/raspberry-pi-gpio-anschluss-belegung-der-pins.html il y a 6 ans
README.md 'README.md' ändern il y a 6 ans
gpio_test.py 1.Version vom Script erstellt. il y a 6 ans
raspberrypi-gpio.png taken from https://www.computerhilfen.de/info/raspberry-pi-gpio-anschluss-belegung-der-pins.html il y a 6 ans

README.md

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” )
  • implement gpio_daemon with XMP:RPC interface for remote access