7 lines
86 B
C++
7 lines
86 B
C++
#ifndef FASTPWM_H
|
|
#define FASTPWM_H
|
|
#include <Arduino.h>
|
|
|
|
void setupFastPWM();
|
|
|
|
#endif |