Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tinkerspy committed Sep 23, 2015
1 parent fd178cd commit 752c610
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Automaton.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ class atm_counter {
uint16_t decrement( void );
};

class atm_counter_auto {
public: uint16_t value;
void set( uint16_t v );
uint8_t expired( void );
uint16_t decrement( void );
};

class Machine
{
public:
Expand Down

0 comments on commit 752c610

Please sign in to comment.