This is the repository for 'Roll Over Beethoven', a foldable piano/keyboard.
Contained herein:
- MPR121 drivers (for capacitive touch detection) in Core/Src/mpr121.c
- Graphics display drivers (Adafruit 320 x 480 TFT Graphics Display Breakout Board drivers) in Core/Src/display.c
- Sound generation/synthesis code (for different harmonics) in Core/Src/audio.c
- Our tutorial for 'Hail to the Victors' across Core/Src/main.c and in Core/Src/audio.c
- Code to communicate with the pressure readings on gloves in Core/Src/pressure.c