Daisy Patch Template

A starting point for creating Daisy Patch Projects.

Setup & Deploy

  1. Create git repository
git clone git@github.com:AquaMorph/DaisyPatchTemplate.git [Project directory name]
git remote set-url origin [New git url]
git push
  1. Build project
cd ./lib/daisySP && make && cd ../libDaisy && make && cd ../.. && make
  1. Plug usb into Daisy. Enter bootloader mode by holding the BOOT button down, and then pressing the RESET button. Once you release the RESET button, you can also let go of the BOOT button
  2. Write the binary to the Daisy
make && make program-dfu
Description
No description provided
Readme MIT 300 KiB
Languages
C++ 98.2%
Shell 1.2%
Makefile 0.6%