add class comment
This commit is contained in:
parent
039e65e6df
commit
4031b7555a
9 changed files with 159 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
|||
#pragma once
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @brief The rtctime_t struct is a structure for storing the time.
|
||||
*
|
||||
* This structure is used by the ESPMegaPRO library to store the time.
|
||||
*
|
||||
* @warning This structure is not compatible with the Arduino Time library.
|
||||
*/
|
||||
struct rtctime_t {
|
||||
uint8_t hours;
|
||||
uint8_t minutes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue