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.
main.cpp
- Committer:
- thomasluca
- Date:
- 2020-11-07
- Revision:
- 13:368c6181b81e
- Parent:
- 11:d7b17df4c98a
File content as of revision 13:368c6181b81e:
#include "mbed.h"
#include "StateMachine.h"
int main()
{
StateMachine* statemachine;
statemachine->start();
delete statemachine;
}