blackbox/main.h

changeset 128
be47571ed2fd
parent 103
52fd4283cd2c
child 139
7127e7082ee0
equal deleted inserted replaced
127:c12c7396f22b 128:be47571ed2fd
2 #define MAIN_H 2 #define MAIN_H
3 3
4 #include <avr/wdt.h> 4 #include <avr/wdt.h>
5 #include <stdint.h> 5 #include <stdint.h>
6 6
7 #define VERSION "1.5" 7 #define VERSION "1.8"
8 8
9 #define COUNTDOWN_DELAY 10 // x/10 seconds 9 #define COUNTDOWN_DELAY 10 // x/10 seconds
10 10
11 // Hardware config 11 // Hardware config
12 #define LAP_COUNTER_PORT PORTB 12 #define LAP_COUNTER_PORT PORTB

mercurial