comparison modulator.c @ 26:336f06fa6e47

Add comment
author Daniel O'Connor <darius@dons.net.au>
date Tue, 25 Feb 2025 17:03:51 +1030
parents 6070d2e66b4c
children e1d8fe3e418a
comparison
equal deleted inserted replaced
25:6070d2e66b4c 26:336f06fa6e47
14 ** MODULATOR.C 14 ** MODULATOR.C
15 ** 15 **
16 ** Create modulation shape 16 ** Create modulation shape
17 ** 17 **
18 */ 18 */
19 //#define WITH_TRIGGER 19
20 // Define this to use trigger.pio otherwise
21 // the code manually triggers from pwm_wrap
22 #define WITH_TRIGGER
20 23
21 #include <stdio.h> 24 #include <stdio.h>
22 #include <string.h> 25 #include <string.h>
23 26
24 #pragma GCC diagnostic push 27 #pragma GCC diagnostic push