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.
Fork of teste by
Revision 18:b825c0aaeb5f, committed 2013-05-20
- Comitter:
- itoumasa
- Date:
- Mon May 20 02:18:44 2013 +0000
- Parent:
- 17:9b095363f162
- Child:
- 19:f69d5a30c460
- Commit message:
- test
;
Changed in this revision
| main.cpp | Show diff for this revision Revisions of this file |
| teeest.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri May 17 02:52:49 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#include "mbed.h"
-
-DigitalOut myled(LED1);
-
-int main() {
- while(1) {
- myled = 1;
- wait(0.2);
- myled = 0;
- wait(0.2);
- }
-}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/teeest.lib Mon May 20 02:18:44 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/itoumasa/code/teeest/#7e5c0e66b442
