From 0060468326b7ab0cd07d0d80a84118e7c5bcf348 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Sun, 14 Jun 2020 10:55:07 +0100 Subject: add tacho --- app/prototypes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/prototypes.h') diff --git a/app/prototypes.h b/app/prototypes.h index 359c826..19b92f0 100644 --- a/app/prototypes.h +++ b/app/prototypes.h @@ -66,3 +66,7 @@ extern void font8x8_put_str(char *str, unsigned x, unsigned y); /* font8x16.c */ extern void font8x16_put_ch(unsigned ch, unsigned x, unsigned y); extern void font8x16_put_str(char *str, unsigned x, unsigned y); +/* tacho.c */ +extern uint32_t raw_tacho; +extern void exit3_isr(void); +extern void tacho_init(void); -- cgit v1.2.3