comparison: blackbox/main.h
blackbox/main.h
- changeset 43
- 4e5d389f7b83
- parent 42
- 018d4d63ad3b
- child 47
- 34ac9f92bc1e
equal
deleted
inserted
replaced
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.1" |
7 #define VERSION "1.2" |
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 |