tomicdesu
Active member
I need to use the RTC standalone, eg. no external sync source. It will be set manually, YMD/HMS. Example TimeTeensy3 works fine, but does not reveal much. Pretty much all the threads about the RTC involve synchronization with some external source.
I take it the RTC is a set of functions internal to the ARM chip. There's reference to DS1307, but I don't see one in the schematic, the library TimeLib.h, buried deep in the hardware folders, is pretty obscure.
Is there any docs for how to poke time into the RTC "chip"? Does it only accept millisec since some epoch (1/1/2013)? I can do that, but it's ugly in this application.
I take it the RTC is a set of functions internal to the ARM chip. There's reference to DS1307, but I don't see one in the schematic, the library TimeLib.h, buried deep in the hardware folders, is pretty obscure.
Is there any docs for how to poke time into the RTC "chip"? Does it only accept millisec since some epoch (1/1/2013)? I can do that, but it's ugly in this application.