Mercurial > ~darius > hgwebdir.cgi > modulator
changeset 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 |
files | modulator.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/modulator.c Tue Feb 25 16:53:32 2025 +1030 +++ b/modulator.c Tue Feb 25 17:03:51 2025 +1030 @@ -16,7 +16,10 @@ ** Create modulation shape ** */ -//#define WITH_TRIGGER + +// Define this to use trigger.pio otherwise +// the code manually triggers from pwm_wrap +#define WITH_TRIGGER #include <stdio.h> #include <string.h>