aboutsummaryrefslogtreecommitdiff
path: root/pwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'pwm.h')
-rw-r--r--pwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pwm.h b/pwm.h
index 399a099..f170573 100644
--- a/pwm.h
+++ b/pwm.h
@@ -11,6 +11,7 @@ void pwmSetBlink (const uint8_t, const uint8_t);
#define PWM_BLINK_ON UINT8_MAX
/* LED off */
#define PWM_BLINK_OFF 0
+#define PWM_LED_COUNT 6
#endif /* PWM_H */