diff options
| author | Vineet K <git@vineetk.net> | 2024-04-13 20:06:35 -0400 |
|---|---|---|
| committer | kar <kar@13f0.net> | 2024-04-13 20:06:35 -0400 |
| commit | 8f3b27a6527cd267c450a3b8018f1ffcc11aeb54 (patch) | |
| tree | a95a56d99ccba1da8a2d72035cfceed44c0bade0 /notes.md | |
| parent | 5f6e9024f44b6a309f6e585265a222da4b0fc57e (diff) | |
think of how to encode/save the length of a note
Diffstat (limited to 'notes.md')
| -rw-r--r-- | notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -63,3 +63,6 @@ | |||
| 63 | - since we don't know if we can even get the shift registers on time, | 63 | - since we don't know if we can even get the shift registers on time, |
| 64 | it's possible to make our own via another Arduino that has all the buttons | 64 | it's possible to make our own via another Arduino that has all the buttons |
| 65 | connected to it and it sends the data over USART to the speaker Arduino | 65 | connected to it and it sends the data over USART to the speaker Arduino |
| 66 | - the length of each note can be saved as how many cycles of the square | ||
| 67 | wave note were generated, perhaps with a prescalar if it's a really long | ||
| 68 | and high frequency note | ||
