eel4746_avr_piano

For our Microprocessor's class final project, we chose to make a chiptune piano using AVR C on two Arduino UNOs.
Log | Files | Refs | README | LICENSE

commit 8f3b27a6527cd267c450a3b8018f1ffcc11aeb54
parent 5f6e9024f44b6a309f6e585265a222da4b0fc57e
Author: Vineet K <git@vineetk.net>
Date:   Sat, 13 Apr 2024 20:06:35 -0400

think of how to encode/save the length of a note

Diffstat:
Mnotes.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/notes.md b/notes.md @@ -63,3 +63,6 @@ - since we don't know if we can even get the shift registers on time, it's possible to make our own via another Arduino that has all the buttons connected to it and it sends the data over USART to the speaker Arduino +- the length of each note can be saved as how many cycles of the square + wave note were generated, perhaps with a prescalar if it's a really long + and high frequency note