Berlin Clock
Last updated
Was this helpful?
Last updated
Was this helpful?
top line is second based tic (true false)
second line is a quotient of ( hour / 5)
third line is remainder of (hour /5)
forth line is a quotient (minute / 5)
fifth line is remainder of (hour / 5)
split value use separator ':' and convert to number
Get the value of each pattern specified above and convert it to units
convert light color
top line must yellow ('Y')
second line must red ('R')
third line must red ('R')
forth line must yellow ('Y') and each third unit must be red ('R')
fifth line must yellow ('Y')