Skip to content

patrickelectric/rpap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Peripherals Access Program

Allow access to Raspberry hardware peripherals

  • GPIO
  • I²C
  • SPI

Examples

# Set pin 0 as output and HIGH state
rpap gpio 0 output high

# Set pin 0 as output and LOW state
rpap gpio 0 output low

# Get pin 0 state
rpap gpio 0 input

Releases

No releases published

Packages

No packages published