aboutsummaryrefslogtreecommitdiff
path: root/pwm.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2014-06-17 16:32:25 +0200
committerLars-Dominik Braun <lars@6xq.net>2014-06-17 16:32:25 +0200
commite0bb8f76e529f96a58329c073c58776cdcb35b49 (patch)
tree8da5946dfc4944d17e5da6fc95c818367a9c39ba /pwm.h
parent2f59686fb3c53fc5d0f884e821db5a0b1f4bee72 (diff)
downloadhourglass-e0bb8f76e529f96a58329c073c58776cdcb35b49.tar.gz
hourglass-e0bb8f76e529f96a58329c073c58776cdcb35b49.tar.bz2
hourglass-e0bb8f76e529f96a58329c073c58776cdcb35b49.zip
Alarm state + defines + documentation
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 */