Sends broadcast time message over radio.
This commit is contained in:
14
src/clockMsg.h
Normal file
14
src/clockMsg.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef clockMsg_h_included
|
||||
#define clockMsg_h_included
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
struct clockMsg_s {
|
||||
uint8_t msgType;
|
||||
uint8_t hour;
|
||||
uint8_t minute;
|
||||
uint8_t second;
|
||||
};
|
||||
#define msgType_Clock 'c'
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user