mirror of
https://codeberg.org/eel4746_piano/avr_piano.git
synced 2024-11-22 01:00:29 -05:00
think of how to encode/save the length of a note
This commit is contained in:
parent
5f6e9024f4
commit
8f3b27a652
3
notes.md
3
notes.md
@ -63,3 +63,6 @@
|
|||||||
- since we don't know if we can even get the shift registers on time,
|
- 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
|
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user