blackbox/main.h

changeset 37
136a79772098
parent 7
f4e250d5402b
child 38
ff76255904c4
--- a/blackbox/main.h	Sat Dec 03 14:25:06 2011 +0100
+++ b/blackbox/main.h	Sat Dec 03 16:42:53 2011 +0100
@@ -4,6 +4,10 @@
 #include <avr/wdt.h>
 #include <stdint.h>
 
+#define VERSION "1.1"
+
+#define COUNTDOWN_DELAY         10 // x/10 seconds
+
 // Hardware config
 #define LAP_COUNTER_PORT        PORTB
 #define LAP_COUNTER             PB2

mercurial