aaronik19
Joined: 25 Apr 2011 Posts: 297
|
DS1302 parameters |
Posted: Sun Dec 30, 2012 1:16 pm |
|
|
Dear All,
I am using the DS1302 RTC and in the program, I have the following code:
Code: | rtc_set_datetime(BYTE day, BYTE mth, BYTE year, BYTE dow, BYTE hr, BYTE min) |
Now I made a button to vary the minutes. How I write on the minutes to the RTC and not all the parameters?
At the moment I am using the derivative but I am sending all the parameters and I am getting a mess!
Thank |
|