|
Arduino-RTC
Real-Time Clock (RTC) library for Arduino
|
#include "time.h"
Go to the source code of this file.
Functions | |
| void | __print_lz (int, char *, char) |
| char * | isotime_r (const struct tm *tm, char *buffer) |
| void __print_lz | ( | int | , |
| char * | , | ||
| char | |||
| ) |
Definition at line 32 of file print_lz.cpp.
| char* isotime_r | ( | const struct tm * | tmptr, |
| char * | buf | ||
| ) |
The isotime function constructs an ascii string in the form
Definition at line 34 of file isotime_r.cpp.