186
171
// turn on inside and outside LEDs
190
175
// display segment number in binary across in the inside LEDs,
191
176
// with the LED on pin 12 showing the least-significant bit
192
177
for( int a = 0; a < 8; a++ )
197
182
// draw a segment for the time display
198
183
void drawNextSegment_time( bool reset )