Arduino-RTC
Real-Time Clock (RTC) library for Arduino
|
#include "time.h"
Go to the source code of this file.
Functions | |
int32_t | difftime (time_t t1, time_t t2) |
The difftime function returns the difference between two binary time stamps, time1 - time0.
Definition at line 32 of file difftime.cpp.