summaryrefslogtreecommitdiff
path: root/src/common/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/led.h')
-rw-r--r--src/common/led.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/led.h b/src/common/led.h
index e6ce0d0..6f1ce50 100644
--- a/src/common/led.h
+++ b/src/common/led.h
@@ -24,6 +24,14 @@
* Email: <nico at ni.fr.eu.org>
* }}} */
+enum
+{
+ LED_1S = 200,
+ LED_100MS = 20,
+ LED_10MS = 2,
+ LED_5MS = 1,
+};
+
/** Initialise leds. */
void
led_init (void);