Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed N5110 ShiftReg PinDetect
State.h
- Committer:
- Siriagus
- Date:
- 2015-04-28
- Revision:
- 1:0cfe2255092a
- Child:
- 4:d6661b976359
File content as of revision 1:0cfe2255092a:
#ifndef STATE_H #define STATE_H class State { public: virtual void run() {}; }; #endif