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.
Diff: main.cpp
- Revision:
- 9:15075df34b31
- Parent:
- 6:65411183b48a
- Child:
- 10:e666766643d2
--- a/main.cpp Mon Jul 10 13:37:13 2017 -0700 +++ b/main.cpp Mon Jul 10 14:54:51 2017 -0700 @@ -45,6 +45,9 @@ { printf("Starting\n"); + // Let the Atom start up + wait(0.1); + printf("Info - "); struct helium_info info; int status = helium.info(&info);