summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVineet K <git@vineetk.net>2024-04-13 20:06:35 -0400
committerkar <kar@13f0.net>2024-04-13 20:06:35 -0400
commit8f3b27a6527cd267c450a3b8018f1ffcc11aeb54 (patch)
treea95a56d99ccba1da8a2d72035cfceed44c0bade0
parent5f6e9024f44b6a309f6e585265a222da4b0fc57e (diff)
think of how to encode/save the length of a note
-rw-r--r--notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/notes.md b/notes.md
index a891d7f..1a43459 100644
--- a/notes.md
+++ b/notes.md
@@ -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