From 65d8e00d56f830a8e460d1c7dbe5d72cda432bd2 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Sat, 19 Sep 2020 15:45:44 -0700 Subject: [PATCH] todo note --- firmware/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/main.cpp b/firmware/main.cpp index 667bd85..2597845 100644 --- a/firmware/main.cpp +++ b/firmware/main.cpp @@ -4,6 +4,7 @@ #include "pwm.h" // 400khz / 1024 = 390hz PWM +// TODO: this is wired to an inverted output, what do? Pwm heaterPwm(PWMD1, 1, 400000, 1024); // 48MHz / 1024 = 46.8khz PWM