Can someone clarify what is the return type from the teensy TimeLib functions? hour(), minute(), ect...
int or string?
Can someone clarify what is the return type from the teensy TimeLib functions? hour(), minute(), ect...
int or string?
TimeLib.h in hardware\teensy\avr\libraries\Time declares them to be int
Pete