This is a repository for our Microprocessor's class final project, where we chose to make a chiptune piano using AVR C on Arduino UNOs.
Go to file
Vineet K edd35cae3b update UART code to send note and #cycles played
Besides moving the UART into an interrupt, we also need to read from
UART to set the mode of playing from buttons or from serial notes
2024-04-20 00:01:55 -04:00
2024-03-28_notes.jpg add notes from 2024-03-28 meeting 2024-03-30 12:55:55 -04:00
lcd.c make lcd.c compile 2024-04-17 19:25:54 -04:00
LICENSE Initial commit 2024-03-28 19:21:45 +00:00
Makefile update UART code to send note and #cycles played 2024-04-20 00:01:55 -04:00
notes.c update UART code to send note and #cycles played 2024-04-20 00:01:55 -04:00
notes.md think of how to encode/save the length of a note 2024-04-13 20:06:35 -04:00
README.md Initial commit 2024-03-28 19:21:45 +00:00

avr_piano