Skip to content

KeanBuyst/GPIO-Driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPIO-Driver

Simple linux gpio driver for the raspberrypi.

Interact with the driver using /proc/gpio once installed.

For writing (input)

  • g <0/1> - set pin input or output
  • o <1/0> - output high or low
  • l <1/0> - read pin for high or low (binary ingnored)

For reading (output)

returns the 0 or 1 based on the read instruction l <pin> <1/0>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published