Skip to content

Releases: electro-smith/PedalDevKit-Example

v1.1.0 - More Hardware-specific Examples

28 Jun 23:27
c2c91b3
Compare
Choose a tag to compare

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

21 Jun 23:51
Compare
Choose a tag to compare

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

21 Jun 21:01
Compare
Choose a tag to compare

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.