/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:56:55 UTC
  • Revision ID: tim@ed.am-20120310125655-z72qh4bqou2byi2r
added frame reset code and inited minor mode flavours on mode activation

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
 
44
49
 
45
50
#endif //_ANALOGUE_CLOCK_H_