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

  • Committer: edam
  • Date: 2012-02-25 14:54:33 UTC
  • Revision ID: edam@waxworlds.org-20120225145433-kih8qs45x05cum46
removed Bounce library and updated/fixed new code

Show diffs side-by-side

added added

removed removed

27
27
#include "minor_mode.h"
28
28
 
29
29
 
30
 
class AnalogueClockMode : public MinorMode
 
30
class AnalogueClockMode
 
31
    :
 
32
    public MinorMode
31
33
{
32
34
public:
33
35