A chaotic synth program for the microbit v2.
The synth has a random note mode and a saw lfo mode, each are toggled by pressing the a or b button respectively. While pressing the button that determines the mode of the synth, you can press the other button simultaneously to toggle the modes action. When in the random note mode, press 'b' to change the delay between notes. When in saw lfo mode, press 'a' to change the rate of the lfo.
If you haven't installed probe-rs-tools before, do so before running.
rustup target add thumbv7em-none-eabihf
cargo run --release
License can be found here