]> mj.ucw.cz Git - home-hw.git/blob - Inc/app.h
d975287ef502c59fb2fba75fcaba135a79be3695
[home-hw.git] / Inc / app.h
1 // main.c
2
3 extern byte rx_display[8];
4 extern volatile byte rx_display_ready;
5
6 // display.c
7
8 void display_init(void);
9 void display_counter(uint cnt);
10 void display_buffer(byte *buf);