/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 propeller-clock/propeller-clock.pde

  • Committer: edam
  • Date: 2011-11-17 13:11:02 UTC
  • Revision ID: edam@waxworlds.org-20111117131102-ihs5tz2hynj18h0r
moved schematic and Makefile to propeller-clock dir and updated Makefile for Arduino Pro Mini w/ Atmel 168 board

Show diffs side-by-side

added added

removed removed

40
40
static unsigned long segment_step_sub_step = 0;
41
41
static unsigned long segment_step_sub = 0;
42
42
 
43
 
// display mode
44
 
static
 
43
// number of segments in a full display (rotation) is 60 (one per
 
44
// second) times the desired number of sub-divisions of a second
 
45
#define NUM_SEGMENTS ( 60 * 5 )
45
46
 
46
47
 
47
48
//_____________________________________________________________________________