move display code to new file
This commit is contained in:
6
code/inc/display.h
Normal file
6
code/inc/display.h
Normal 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) ;
|
||||
Reference in New Issue
Block a user