We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105dda1 commit c91aafeCopy full SHA for c91aafe
1 file changed
src/hal/components/ilowpass.comp
@@ -15,7 +15,7 @@ desired. Divide the **axis**.__N__.**jog-scale** values by
15
16
pin in s32 in;
17
18
-pin out s32 out """*out* tracks *in*\**scale* through a low-pass
+pin out s32 out """*out* tracks *in* * *scale* through a low-pass
19
filter of *gain* per period.""";
20
21
param rw float scale = 1024 """A scale factor applied to the output
0 commit comments