We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c5faae + 01dce8b commit 727c9f9Copy full SHA for 727c9f9
src/megaavr/ServoTimers.h
@@ -24,6 +24,8 @@
24
#ifndef __SERVO_TIMERS_H__
25
#define __SERVO_TIMERS_H__
26
27
+#include <avr/io.h>
28
+
29
#define USE_TIMERB1 // interferes with PWM on pin 3
30
//#define USE_TIMERB2 // interferes with PWM on pin 11
31
//#define USE_TIMERB0 // interferes with PWM on pin 6
0 commit comments