From e0bb8f76e529f96a58329c073c58776cdcb35b49 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 17 Jun 2014 16:32:25 +0200 Subject: Alarm state + defines + documentation --- pwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pwm.h') 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 */ -- cgit v1.2.3