Skip to content

0.9.0

Latest
Compare
Choose a tag to compare
@aheimsbakk aheimsbakk released this 01 Apr 16:19
· 1 commit to master since this release

First release of gpiocmd. An utility for running arbitrary commands when GPIO buttons are pressed on Raspberry PI.

  • Program one or more commands for each GPIO button.
  • Differentiate commands on the same button with how many seconds the button is pressed.
  • Optionally rerun the last command every n seconds, until a different button is pressed.
  • Optionally automatically kill the previous command when a new button is pressed.
  • Optionally run a new command in the background, so as to not disturb the running command.