Releases: electro-smith/PedalDevKit-Example
v1.1.0 - More Hardware-specific Examples
This release adds a few more isolated example projects that separately demonstrate controlling the relay, reading ADCs, and reading Switches.
In addition, a number of improvements to VS code tasks have been added to allow building of the various examples.
A git-free version with the libraries compiled is available in the files below as, "PedalDevKit-Example-compiled.zip"
v1.0.1 - Update for rev4 hardware errata
This update addresses errata on the rev4 dev kit hardware.
- Left output signal is inverted in software to account for inverted phase on rev4 PCB.
v1.0.0 - Initial Release
Basic Startup Example for the Daisy Seed2 DFM Pedal Dev Kit.
This project contains the libraries necessary for working with the Pedal Dev Kit in C++, as well as a basic example to get started with the hardware.
The example demonstrates initializing the GPIO for true bypass control, a toggle, an LED, and stereo audio.
Further, it sets up two of the pots as volume controls for the left, and right channels.
The "-compiled" zip is a packaged version of the project that has the libraries pre-compiled and the git files stripped out for an easy way to get started without having to use git
.