Implemented 31kHz PWM output

This commit is contained in:
Aditya Pulipaka
2025-11-22 14:44:25 -06:00
parent 5c9a67e1d3
commit 28e33651a3
12 changed files with 51 additions and 14 deletions

7
lib/FastPWM.hpp Normal file
View File

@@ -0,0 +1,7 @@
#ifndef FASTPWM_H
#define FASTPWM_H
#include <Arduino.h>
void setupFastPWM();
#endif