Skip to content

Commit 8fcb1bf

Browse files
authored
Update LFO.c
1 parent 9979e1a commit 8fcb1bf

File tree

1 file changed

+1
-1
lines changed
  • shared-bindings/synthio

1 file changed

+1
-1
lines changed

shared-bindings/synthio/LFO.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ STATIC const uint16_t triangle[] = {0, 32767, 0, -32767};
7272
//| LFO's output will change from ``0`` to ``100``, and will remain at
7373
//| ``100`` thereafter, creating a "bend out" over a duration of 1 second.
7474
//|
75-
//| However, when ``once=False``, this creates a sawtooth waveform with a
75+
//| However, when ``once=False``, this creates a triangle waveform with a
7676
//| period of 1 second. Over about the first half second the input will
7777
//| increase from ``0`` to ``100``, then during the second half of the second
7878
//| it will decrease back to ``0``.

0 commit comments

Comments
 (0)