aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-22 08:09:22 +0200
committerBad Diode <bd@badd10de.dev>2023-07-22 08:09:22 +0200
commit24f49419af67365907c1f072cb159719ff93fdbd (patch)
tree1b1de622eaff8bd522bce3ed185d302726a465f2 /src/main.c
parent804b7184744194dca5cab79726f31194b7f55b80 (diff)
downloadstepper-24f49419af67365907c1f072cb159719ff93fdbd.tar.gz
stepper-24f49419af67365907c1f072cb159719ff93fdbd.zip
Change ch3 wave behaviour to be fixed
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 410de56..09f0465 100644
--- a/src/main.c
+++ b/src/main.c
@@ -26,6 +26,7 @@ WITH REGARD TO THIS SOFTWARE.
26// This could get annoying, so maybe it should be a configuration option to 26// This could get annoying, so maybe it should be a configuration option to
27// enable it? 27// enable it?
28// - Undo/Redo. 28// - Undo/Redo.
29// - Make the channel parameters initialize to default
29// 30//
30// Advanced 31// Advanced
31// - Add tap tempo for BPM. 32// - Add tap tempo for BPM.