Skip to content

Template for getting started developing firmware for the Electrosmith Daisy Patch

Notifications You must be signed in to change notification settings

AquaMorph/DaisyPatchTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daisy Patch Template

A starting point for creating Daisy Patch Projects.

Setup & Build

  1. Create git repository
git clone --recurse-submodules [email protected]:AquaMorph/DaisyPatchTemplate.git [Project directory name]
git remote set-url origin [New git url]
git push
  1. Build project
make lib && make

Deploy

  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 deploy

About

Template for getting started developing firmware for the Electrosmith Daisy Patch

Resources

Stars

Watchers

Forks