DS1302 queation on start up with no power
gregp
Posts: 3
When I power up my bs2 the time on the ds1302 is 01/01/00 00:00:80. How can I make code that if the basic stamp starts up with this time It set the time to a default date and time for the clock to start running.
Comments
Main:
GOSUB Get_Clock············· ' read DS1307
IF secs = 128 THEN GOTO SetClock··· 'clock not set
greg