move display code to new file

This commit is contained in:
2019-12-01 17:12:40 +01:00
parent b738f89cb8
commit 091a8c24e8
3 changed files with 95 additions and 78 deletions

6
code/inc/display.h Normal file
View File

@@ -0,0 +1,6 @@
extern unsigned char SR_Buffer[6];
void string_to_buffer(const char input_string[6]);
void clock_to_buffer(uint8_t clock[3]);
void clear_SR_Buffer(void) ;
void print_SR_Buffer(void) ;