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:
- overkiller
- Date:
- 2015-06-22
- Revision:
- 1:90d75436758b
- Parent:
- 0:5cf38d7bbdd5
- Child:
- 2:09cc6b203fe4
File content as of revision 1:90d75436758b:
#include "mbed.h"
#include "include/EngineDriver.h"
int main()
{
enableAll();
while (true)
{
testEngines();
// Do other things...
}
}