Skip to content

louiseam-sag/apama_GPIO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apama_GPIO

A C++ based EPL Plugin for interfacing Apama with the GPIO system on the RaspberryPi.

currently only the gpio plugin is functional - and only if you have wiringpi installed which is no longer prepackaged with Raspberry Pi OS. To get wiringpi (working Dec 2021):

cd /tmp
wget https://project-downloads.drogon.net/wiringpi-latest.deb
sudo dpkg -i wiringpi-latest.deb

new todos:

  • Update lib to use pigpio instead of wiringpi
  • Morse code should support numbers
  • Should be able to play Morse on multiple pins without blocking

key todos (old, needs investigation)

About

A C++ based EPL Plugin for interfacing with RaspberryPi's GPIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.2%
  • Python 28.2%
  • Makefile 19.6%