Implemented 31kHz PWM output
This commit is contained in:
7
lib/FastPWM.hpp
Normal file
7
lib/FastPWM.hpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef FASTPWM_H
|
||||
#define FASTPWM_H
|
||||
#include <Arduino.h>
|
||||
|
||||
void setupFastPWM();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user