Files
guadaloop_lev_control/lib/FastPWM.hpp
2025-11-22 14:44:25 -06:00

7 lines
86 B
C++

#ifndef FASTPWM_H
#define FASTPWM_H
#include <Arduino.h>
void setupFastPWM();
#endif