Use of Real Time Clock

I read here that the arduino time framework should be included as well as spark cloud time sync. I successfully have the cloud sync code implemented from the documentation here, but I cant print a simple hour or minute to the terminal.

Serial.print(hour());

There’s like 3 references to “Time” all on the Firmware References page… if you scroll down a bit you can see examples of what you are looking for:
http://docs.spark.io/firmware/#libraries-time

:clock430:

2 Likes

duh, me… thanks @BDub!

Am blind or does the doc site not have a search function?

1 Like