A collection of all code files for the Hackathon /*
SET UP USB setup for Windows only: https://github.com/electro-smith/DaisyWiki/wiki/Using-Zadig-to-Reset-USB-Driver-(Windows-Only) Arduino setup Arduino IDE: https://www.arduino.cc/en/software Libraries for Arduino IDE: https://github.com/electro-smith/DaisyWiki/wiki/1a.-Getting-Started-(Arduino-Edition) Add STM32 boards: https://github.com/stm32duino/wiki/wiki/Getting-Started STM32 cube programmer: See zip files in Google drive folder: https://drive.google.com/drive/folders/1rArvOsPgCHRl0w9QQTHIGVDu7bqo1B-P?usp=sharing Try the blink program in the examples library (in the Arduino IDE) to make sure everything is set up correctly.
Other tutorials: https://www.electro-smith.com/daisy/daisy (partway down the page)
PROJECT TUTORIALS subtractive synth tutorial: https://tsemah.notion.site/Synth-project-Programming-a-subtractive-synth-31c6b7849ca64bde9b61dbdb0cf74b5c
EXTRA RESOURCES daisy seed pinout: https://github.com/electro-smith/DaisyWiki/wiki/2.-Daisy-Seed-Pinout daisy pod functions: https://github.com/electro-smith/libDaisy/blob/master/src/daisy_pod.h daisy pod i/o: https://github.com/electro-smith/DaisyDuino/blob/master/src/daisy_pod.h
Arduino documentation https://www.arduino.cc/reference/en/ LibDaisy documentation (a similar but non-arduino library. Reading it might help to understand low-level stuff) https://electro-smith.github.io/libDaisy/md_doc_md__a1__getting__started__g_p_i_o.html
*/