slugonamission / GaryClock

0 stars 0 forks source link

Fix hours scale in clock software #12

Closed RussellJoyce closed 10 years ago

RussellJoyce commented 10 years ago

Needs to go from 1-12 instead of 0-11.

JGYork commented 10 years ago

Made it 24 hour time and added helper functions (make12Hour(uint8_t hour24) and makeMeterTime(uint8_t hour24)). Fixed by 88bf9ef