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:
- bky
- Date:
- 2020-11-27
- Revision:
- 3:4a9a0ca52aab
- Parent:
- 1:f73634af9ae3
- Child:
- 7:12eed49f95fc
File content as of revision 3:4a9a0ca52aab:
#include "mbed.h" #include "input_driver.h" #include "output_driver.h" DigitalOut myled(LED1); int main() { int i=0; }