My Angular Clock is part of a larger project controlled by an Arduino DUE. Since the DUE does not have a battery backup or real time clock, your board is very helpful.
I would like to send time information from the Angular Clock's RTC into the DUE board's sketch I wrote (am writing).
What would be the best way to do that?
Via your board's USB port? Via its ICSP programming header? Or some other way?
Is there a reference that could tell me about all the commands available for the RTC?
Thanks!
Steve