Skip to content
Snippets Groups Projects
Commit c6e01ebd authored by Bob-the-Kuhn's avatar Bob-the-Kuhn
Browse files

never mind ...

parent 571ca728
Branches
Tags
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
// Due has 12 PWMs assigned to logical pins 2-13. // Due has 12 PWMs assigned to logical pins 2-13.
// 6, 7, 8 & 9 come from the PWM controller. The others come from the timers. // 6, 7, 8 & 9 come from the PWM controller. The others come from the timers.
#define USEABLE_HARDWARE_PWM(p) ((2 >= p) && (p <= 13)) #define USEABLE_HARDWARE_PWM(p) ((2 <= p) && (p <= 13))
#ifndef MASK #ifndef MASK
#define MASK(PIN) (1 << PIN) #define MASK(PIN) (1 << PIN)
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment