You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
185 B
C

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) ;