summaryrefslogtreecommitdiff
path: root/notes.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22simplify mario songHEADmasterVineet K1-96/+99
2024-04-21change default frequencies of buttonsVineet K1-25/+8
2024-04-21send note in play_note() functionVineet K1-3/+2
2024-04-21don't read record mode from uartVineet K1-48/+29
2024-04-21bypass _delay_ms and user timer instead for silent noteVineet K1-1/+13
2024-04-21play NES SMB Underground theme for testingVineet K1-34/+179
2024-04-21read and play notes from serialVineet K1-14/+32
2024-04-21prepare for uart commandsVineet K1-17/+47
2024-04-20update UART code to send note and #cycles playedVineet K1-12/+18
2024-04-19add rudimentary interrupt-less UARTVineet K1-0/+33
2024-04-19connect all 15 buttons to notes arduinoVineet K1-10/+10
2024-04-19fix button interrupt and handlingVineet K1-57/+41
2024-04-17add untested pin change interrupts for note buttonsVineet K1-6/+43
2024-04-17Comments for Notes.cJoseph Bryant1-7/+10
2024-04-17add skeleton lcd.cVineet K1-0/+90