X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=firmware%2Ftimer.h;fp=firmware%2Ftimer.h;h=0000000000000000000000000000000000000000;hb=9c37d18b9c70fdb70dfec453398c4649e9e57586;hp=2869caa2ceb24657e4baca029f262fe7bd33542f;hpb=49b6b6ad84ec47b4f9eb9ef131975cc5b72372a2;p=model-railway-devices.git diff --git a/firmware/timer.h b/firmware/timer.h deleted file mode 100644 index 2869caa..0000000 --- a/firmware/timer.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef TIMER_H_ -#define TIMER_H_ - -#include - -#define TIMER_SET_CALLBACK(n, f) \ - ISR(TIMER ## n ## _COMPA_vect) \ - { \ - f(); \ - } - -void timer_start_hz(uint8_t, uint32_t, uint8_t); -void timer_start_us(uint8_t, uint32_t); -void timer_stop(uint8_t); - -#endif