mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-09-13 21:40:31 +00:00
e6e598cfea5384fd887a5ead23420d8ce87e57ad
Daisy Patch Template
A starting point for creating Daisy Patch Projects.
Setup & Deploy
- Create git repository
git clone --recurse-submodules git@github.com:AquaMorph/DaisyPatchTemplate.git [Project directory name]
git remote set-url origin [New git url]
git push
- Build project
cd ./lib/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%