Skip to content

punkle/gpio-terminal-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

An application that controls the digital pins of the raspberry pi gpio using the terminal.

Dependancies
name: RPi.GPIO
url: http://pypi.python.org/pypi/RPi.GPIO/0.2.0

name: aaargh
url: http://pypi.python.org/pypi/aaargh/0.3

To install:
1. If you have not aleady done so, install python_setuptools
      sudo apt-get install python_setuptools
2. Install the dependancies
      sudo easy_install http://pypi.python.org/packages/source/R/RPi.GPIO/RPi.GPIO-0.2.0.tar.gz
      sudo easy_install http://pypi.python.org/packages/source/a/aaargh/aaargh-0.3.tar.gz
3. Copy the gpiocontroller to the /usr/local/bin and make it executable
      wget https://raw.github.com/punkle/gpio-terminal-controller/master/gpiocontroller
      sudo a+x gpiocontroller
      sudo mv gpiocontroller /usr/local/bin/.

To use the application:
switchOn a digital pin
      sudo gpiocontroller switchOn --pinno 12
switchOff a digital pin
      sudo gpiocontroller switchOff --pinno 12

About

An application that controls the digital pins of the raspberry pi gpio using the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages