/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/analogue_clock.h

  • Committer: Tim Marston
  • Date: 2012-03-10 12:31:16 UTC
  • Revision ID: tim@ed.am-20120310123116-l348p5btgecmdj1q
added realtime clock test

Show diffs side-by-side

added added

removed removed

41
41
 */
42
42
extern void analogue_clock_draw_reset();
43
43
 
44
 
/**
45
 
 * Called when this minor mode becomes active
46
 
 */
47
 
extern void analogue_clock_activate();
48
 
 
49
44
 
50
45
#endif //_ANALOGUE_CLOCK_H_