Skip to content
/ terrarium-stand Public template

A template repository for creating effects with the terrarium from PedalPCB.

License

Notifications You must be signed in to change notification settings

fxwiegand/terrarium-stand

Repository files navigation

terrarium-stand

This repository works as a template for new pedals created for the terrarium from PedalPCB. To create a new pedal, simply create a new git repository using this template and start out with the basic structure in the your_pedal directory. Change the name of the directory to whatever you like but make sure you also change TARGET = your_pedal in your_pedal/Makefile. If you want use the workflow file for GitHub Actions, make sure to also update the PEDAL_NAME variable in the workflow file. If you don't want to use GitHub Action you can simply delete the workflow file.

Getting started

Build the daisy libraries with:

make -C DaisySP
make -C libDaisy

Then flash your terrarium with:

cd your_pedal
# using USB (after entering bootloader mode)
make program-dfu
# using JTAG/SWD adaptor (like STLink)
make program

Note: The template pedal only turns the LED of the terrarium on and off and does no audio processing at all. For an example with audio processing generated from this template you can checkout a reverb.

About

A template repository for creating effects with the terrarium from PedalPCB.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published