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 BSP_DISCO_F746NG
Diff: main.cpp
- Revision:
- 2:98dae9fe6f5d
- Parent:
- 1:c57c528f99f1
--- a/main.cpp Mon Aug 12 16:17:18 2019 +0000 +++ b/main.cpp Mon Aug 12 16:25:19 2019 +0000 @@ -2,7 +2,8 @@ #include "stm32746g_discovery.h" DigitalOut myled(LED1); -int main() { +int main() +{ while(1) { myled = 1; // LED is ON wait(0.2); // 200 ms