![]() |
Documentation
For Arduino users
|
#include <NexRtc.h>
Public Member Functions | |
| bool | write_rtc_time (char *time_type, uint32_t number) |
| write rtc times More... | |
| bool | write_rtc_time (uint32_t *time) |
| write rtc times More... | |
| uint32_t | read_rtc_time (char *time, uint32_t len) |
| read rtc time More... | |
| uint32_t | read_rtc_time (char *time_type, uint32_t *number) |
| read rtc times More... | |
| uint32_t | read_rtc_time (uint32_t *time, uint32_t len) |
| read rtc time More... | |
| uint32_t NexRtc::read_rtc_time | ( | char * | time, |
| uint32_t | len | ||
| ) |
read rtc time
| time | - Access data array |
| len | - len of array |
Definition at line 166 of file NexRtc.cpp.
| uint32_t NexRtc::read_rtc_time | ( | char * | time_type, |
| uint32_t * | number | ||
| ) |
read rtc times
| time_type | - To type in time |
| number | - the time value |
Definition at line 288 of file NexRtc.cpp.
| uint32_t NexRtc::read_rtc_time | ( | uint32_t * | time, |
| uint32_t | len | ||
| ) |
read rtc time
| time | - Access data array |
| len | - len of array |
Definition at line 240 of file NexRtc.cpp.
| bool NexRtc::write_rtc_time | ( | char * | time_type, |
| uint32_t | number | ||
| ) |
write rtc times
| time_type | - To type in time (example:write_rtc_time("year",2016)) |
| number | - the time value |
Definition at line 125 of file NexRtc.cpp.
| bool NexRtc::write_rtc_time | ( | uint32_t * | time | ) |
write rtc times
| time | - Time to write to the array |
Definition at line 74 of file NexRtc.cpp.