/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-02-29 21:56:32 UTC
  • Revision ID: edam@waxworlds.org-20120229215632-kypb9491vx7bicef
moved some stuf round, created a re-usable pool of message buffers, genericised "modes" for messages

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