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