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 0:22ddfc7a1582, committed 2016-10-31
- Comitter:
- cornjacket
- Date:
- Mon Oct 31 06:47:08 2016 +0000
- Commit message:
- test for off-line flow
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Mon Oct 31 06:47:08 2016 +0000 @@ -0,0 +1,4 @@ +mbed-os +.build +/mdot/ +/mdot-library/
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libmDot.lib Mon Oct 31 06:47:08 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/teams/MultiTech/code/libmDot/#b50f92f1c6ff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Mon Oct 31 06:47:08 2016 +0000 @@ -0,0 +1,11 @@ +#include "mbed.h" + +DigitalOut led(LED1); + +int main() +{ + while (true) { + led = !led; // toggle led + wait(0.2f); + } +} \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Mon Oct 31 06:47:08 2016 +0000 @@ -0,0 +1,1 @@ +https://github.com/ARMmbed/mbed-os/#670b0984ebf1207771ef5afbc1c64f85af349da1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Oct 31 06:47:08 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/9bcdf88f62b0 \ No newline at end of file