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

This commit is contained in:
Vineet K 2024-04-13 20:06:35 -04:00 committed by kar
parent 5f6e9024f4
commit 8f3b27a652

View File

@ -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