mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-07-05 11:42:02 +00:00
Changed deploy to use JTAG
This commit is contained in:
2
Makefile
2
Makefile
@ -13,4 +13,4 @@ libdaisy:
|
||||
daisysp:
|
||||
cd $(DAISYSP_DIR) && make
|
||||
lib: libdaisy daisysp
|
||||
deploy: lib all program-dfu
|
||||
deploy: lib all program
|
||||
|
@ -18,7 +18,9 @@ const std::string MENU_ITEMS[] = {"VCO",
|
||||
"Logic",
|
||||
"Noise",
|
||||
"Delay",
|
||||
"Reverb"};
|
||||
"Reverb",
|
||||
"Turing",
|
||||
"Quantizer"};
|
||||
const int MENU_SIZE = sizeof(MENU_ITEMS)/sizeof(*MENU_ITEMS);
|
||||
const int MAX_CHAR_LENGTH = 15;
|
||||
const int MENU_X[] = {0, 5, 10, 5, 0};
|
||||
|
Reference in New Issue
Block a user