]> mj.ucw.cz Git - home-hw.git/blobdiff - Inc/app.h
Time display through USB
[home-hw.git] / Inc / app.h
index bd81ad08a567b270adb177126c7d5e6c55966681..d975287ef502c59fb2fba75fcaba135a79be3695 100644 (file)
--- a/Inc/app.h
+++ b/Inc/app.h
@@ -1,4 +1,10 @@
+// main.c
+
+extern byte rx_display[8];
+extern volatile byte rx_display_ready;
+
 // display.c
 
 void display_init(void);
 void display_counter(uint cnt);
+void display_buffer(byte *buf);