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
main.cpp
- Committer:
- theolp
- Date:
- 2019-05-09
- Revision:
- 4:f48eeddf9457
- Parent:
- 3:fcdb215feace
- Child:
- 5:34048faec367
File content as of revision 4:f48eeddf9457:
#include "mbed.h" int main(void) { int a = 3; int theo = 0; return 0; }