Skip to content

Rotary encoder & switch library for RBPi GPIO (wiringPi). Implements a GPIO emulation layer for development.

License

Notifications You must be signed in to change notification settings

zynthbox/zyncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zyncoder library

Rotary encoder & switch library for RBPi GPIO (wiringPi).

This library implements an interface for rotary encoders and switches connected to the RBPi GPIO.

It allows to read values from rotary encoders and switches and, optionally, send it to MIDI/OSC controllers directly. It can be used to create Embedded User Interfaces based in this kind of elements.

Also, implements an emulation layer that ease development and testing in desktop and laptop computers. This emulation layer uses POSIX signals (SIGRTMIN-SIGRTMAX) as inputs for the virtual GPIO.

For compiling the library is required the next packages:

  • alsalib (libasound.so)
  • liblo (liblo.so)

Also, for compiling for real use (not emulation), is required:

  • wiringPi (libwiringPi.so)

For building execute:

$ mkdir build $ cd build $ cmake .. $ make 

About

Rotary encoder & switch library for RBPi GPIO (wiringPi). Implements a GPIO emulation layer for development.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages