Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

meinjens/deploymentcontrolconsole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment Control Console

Console to control deployments

Testing tool for console

Launch test tool:

    cd test
    sudo python console_test.py

Configuration of GPIOs in controls dict:

    controls = {
        'Power-LED': ({
            'switch': 0,
            'led': 13,
            'updown': 0,
            'state': 0
        })
    }
Key Description
switch GPIO input to query a switch
led GPIO output to control a LED
updown Using Pull down (GPIO.PUD_DOWN) or pull up (GPIO.PUD_UP) for querying the state of a switch
state Store actual state

About

Console to control deployments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages