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