Merge branch 'ds1307_NVRAM'
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_ */
|
||||
@@ -16,6 +16,8 @@ typedef enum {
|
||||
com_setColour_minute,
|
||||
com_setColour_second,
|
||||
com_setColour_background,
|
||||
com_readNV,
|
||||
com_writeNV,
|
||||
com_MAX_command
|
||||
|
||||
} commands_e;
|
||||
|
||||
@@ -16,6 +16,7 @@ void ws_Effect_RoudTheClock(void);
|
||||
void ws_Effect_RandRound(void);
|
||||
void ws_Effect_RandRand(void);
|
||||
|
||||
void ws_effect_setDisplayColoursNV(void);
|
||||
void ws_effect_display_time(uint8_t hour, uint8_t minute, uint8_t second);
|
||||
void ws_effect_display_hour(uint8_t hour);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user