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 1:8f45e47d3d50, committed 2014-09-04
- Comitter:
- kausdev
- Date:
- Thu Sep 04 02:36:27 2014 +0000
- Parent:
- 0:a4e17430319c
- Commit message:
- test blink;
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/OneWire.lib Thu Sep 04 02:36:27 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/ivank/code/OneWire/#7bd102cb73e0
--- a/main.cpp Tue Aug 26 19:11:55 2014 +0000
+++ b/main.cpp Thu Sep 04 02:36:27 2014 +0000
@@ -3,8 +3,8 @@
DigitalOut myled(LED1);
int main() {
- while(0) {
- rgbled = 1;
+ while(1) {
+ myled = 1;
wait(0.2);
myled = 0;
wait(0.2);
--- a/mbed.bld Tue Aug 26 19:11:55 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/9327015d4013 \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.lib Thu Sep 04 02:36:27 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/#9327015d4013