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-dev-f303 FastPWM3
Diff: StateMachine/state_machine.h
- Revision:
- 23:2adf23ee0305
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/StateMachine/state_machine.h Wed Apr 05 20:54:16 2017 +0000 @@ -0,0 +1,11 @@ +#ifndef STATE_MACHINE_H +#define STATE_MACHINE_H + +#include "structs.h" +#include "mbed.h" +/* +void menu_state(void); +void calibration_state(void); +*/ + +#endif