Skip to content
forked from zynthian/zyncoder

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

License

Notifications You must be signed in to change notification settings

oguegan/zyncoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zyncoder library - Fork for OrangePi Zero3

Zynthian is an Open Synth Platform based in Raspberry Pi, Linux (Raspbian) and Free Software Synthesizers (mostly).

The ZynthianOS SD-image includes all the software you need for building a ZynthianBox, including a good amount of sound libraries and presets.

This repository contains the zyncoder library. A library for managing zynthian's input/output devices. It supports switch buttons, rotary encoders (PEC11), infinite potentiometers (RV12), analog inputs (ADS1115) and outputs (MCP2748), TOF sensors, etc.

For compiling the library is required the next packages:

  • liblo (liblo.so)

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

  • wiringPi (libwiringPi.so)

For building execute:

$ ./build.sh

You can learn more about the Zynthian Project in any of our sites:

You can buy official kits in the zynthian shop:

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.6%
  • CMake 5.5%
  • Other 0.9%