/elec/propeller-clock

To get this branch, use:
bzr branch http://bzr.ed.am/elec/propeller-clock

« back to all changes in this revision

Viewing changes to src/propeller-clock.ino

  • Committer: edam
  • Date: 2012-03-03 10:06:31 UTC
  • Revision ID: edam@waxworlds.org-20120303100631-ae3idks1703vdm05
widenned clock hands, tweaked scales, got top & bottom text modes working

Show diffs side-by-side

added added

removed removed

248
248
        // set up mode-switch button on pin 3
249
249
        pinMode( 3, INPUT );
250
250
        digitalWrite( 3, HIGH );
251
 
        static int event_times[] = { 5, 1000, 4000, 0 };
 
251
        static int event_times[] = { 5, 500, 4000, 0 };
252
252
        button.set_event_times( event_times );
253
253
 
254
254
        // set up major modes