Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Raspberry Pi GPIO Host {#host_raspberry_pi_gpio}

This host utilizes the Raspberry Pi's GPIO pins to capture inputs from a set of buttons. These inputs are captured using the WiringPi library to register GPIO changes as interrupts and captures them. The captured interrupts get converted to piga::GameControl values and are sent over the network to the main console host.

This host therefore requires networking to be enabled on the console!