Attempt to make a sequencer/drum machine/synth with the STM32F746 Discovery board.
I haven't tried cloning the project and verifying these insctructions yet, please submit an issue if something doesn't work.
- Prerequisites:
- STM32F746 Discovery board
- STM32CubeF7
- System Workbench for STM32
- Import project in System Workbench
- Build default target
- Upload firmware through debugging session
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D