b5325eb0fbadacb67036b4d07100583dc3908fc8
[avr_bc100.git] / timebase.h
1 #ifndef TIMEBASE_H_\r
2 #define TIMEBASE_H_\r
3 \r
4 #include <stdint.h>\r
5 \r
6 #define TIMEBASE_DELTAT_MS 10 /* ms */\r
7 \r
8 void timebase_init(void);\r
9 uint16_t timebase_get_tick(void);\r
10 \r
11 #endif\r