mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-07-05 19:52:03 +00:00
acefe4c7782bb6e00e550d7c377da259f6440fea
Daisy Patch Template
A starting point for creating Daisy Patch Projects.
Setup & Deploy
- Create git repository
git clone git@github.com:AquaMorph/DaisyPatchTemplate.git [Project directory name]
git remote set-url origin [New git url]
git push
- Build project
cd daisySP && make && cd ../libDaisy && make && cd .. && make
- 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
- Write the binary to the Daisy
make && make program-dfu
Description
Languages
C++
98.2%
Shell
1.2%
Makefile
0.6%