/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-28 16:50:26 UTC
  • Revision ID: edam@waxworlds.org-20120228165026-pwnwo300xx2e2kg6
removed ulibc, fixed button, added text rendering

Show diffs side-by-side

added added

removed removed

81
81
#include "time.h"
82
82
#include "switcher_major_mode.h"
83
83
#include "drawer.h"
84
 
#include "Arduino.h"
85
84
 
86
85
//_____________________________________________________________________________
87
86
//                                                                         data
249
248
        // set up mode-switch button on pin 3
250
249
        pinMode( 3, INPUT );
251
250
        digitalWrite( 3, HIGH );
252
 
        static int event_times[] = { 5, 500, 4000, 0 };
 
251
        static int event_times[] = { 5, 1000, 4000, 0 };
253
252
        button.set_event_times( event_times );
254
253
 
255
254
        // set up major modes