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 mbed_blinky by
Revision 8:40d018e0af08, committed 2015-04-17
- Comitter:
- btdarcy
- Date:
- Fri Apr 17 15:27:52 2015 +0000
- Parent:
- 7:aecc1c3ea8db
- Commit message:
- test
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
| mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Mar 26 22:33:50 2015 +0000
+++ b/main.cpp Fri Apr 17 15:27:52 2015 +0000
@@ -1,12 +1,21 @@
#include "mbed.h"
DigitalOut myled(LED1);
+DigitalOut myled2(LED2);
+DigitalOut myled3(LED3);
+DigitalOut myled4(LED4);
int main() {
while(1) {
myled = 1;
+ // myled2 = 0;
+ // myled3 = 0;
+ // myled4 = 0;
wait(0.2);
myled = 0;
+ myled2 = 0;
+ myled3 = 0;
+ myled4 = 0;
wait(0.2);
}
}
--- a/mbed.bld Thu Mar 26 22:33:50 2015 +0000 +++ b/mbed.bld Fri Apr 17 15:27:52 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/433970e64889 \ No newline at end of file
