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.
Revision 3:47392208fe6d, committed 2016-06-11
- Comitter:
- qynx
- Date:
- Sat Jun 11 13:25:17 2016 +0000
- Parent:
- 2:cd17c7393c05
- Commit message:
- remove test.cpp
Changed in this revision
| mbed.bld | Show diff for this revision Revisions of this file |
| test.cpp | Show diff for this revision Revisions of this file |
--- a/mbed.bld Sat Jun 11 13:11:05 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34 \ No newline at end of file
--- a/test.cpp Sat Jun 11 13:11:05 2016 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#include "mbed.h"
-#include "toggle.h"
-
-Toggle pin(P1_24);
-
-main()
-{
-
- while(1) {
- pin.toggle(5);
- wait(1);
- }
-}
\ No newline at end of file