Wrong display
This commit is contained in:
17
Core/Inc/ComsRead.h
Normal file
17
Core/Inc/ComsRead.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* ComsRead.h
|
||||
*
|
||||
* Created on: Mar 29, 2026
|
||||
* Author: ewars
|
||||
*/
|
||||
|
||||
#ifndef INC_COMSREAD_H_
|
||||
#define INC_COMSREAD_H_
|
||||
|
||||
void readColour_Hours(uint8_t * data);
|
||||
void readColour_Minutes(uint8_t * data);
|
||||
void readColour_Seconds(uint8_t * data);
|
||||
void readColour_Background(uint8_t * data);
|
||||
|
||||
|
||||
#endif /* INC_COMSREAD_H_ */
|
||||
Reference in New Issue
Block a user