Skip to content

lomnom/HERTZ.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Dependencies:
RPI.GPIO

Runs on python 2.X and 3.X

USAGE:
python hertz.py hertz [pin] [length] [hertz] [debug]
eg. "python hertz.py hertz 18 10 30"
python hertz.py delay [pin] [length] [delay] [debug]
eg. "python hertz.py delay 18 10 1"
python hertz.py customDelay [pin] [length] [offDelay] [onDelay] [debug]
eg. "python hertz.py customDelay 18 10 0.2 1"
for debug, add "debug" at the end of the command
for infinite time, put "-1" as the time
to oscillate between multiple pins, put [pin1,pin2] as the pin
eg. python hertz.py hertz [18,23] -1 1

About

overengineered script to blink a led in rpi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages