Hey everyone... your help is appreciated on this one. I'm creating a clock using a DS1307 with my Ard Pro Mini. The problem that I have is I need to get a hold of each digit making up the current time off the DS1307 and assign it to a variable.
.
For Example:
. from the DS1307, the current time is 13:18:59
I need to be able to isolate the seconds into two different variables such that the 5 goes into one variable and the 9 goes into another variable. Same thing for the minutes and and hours. Thus there will six different variable holding the current time.
.
Without going into much detail, this is for a POV device and each digit is represented graphically with a referenced array. There are a total of 10 arrays such that 0 through 9 is represented.
.
Thank you!