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:19c321c0fdb3, committed 2015-05-22
- Comitter:
- djdinko
- Date:
- Fri May 22 17:22:32 2015 +0000
- Commit message:
- Vjezba Flasher
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Flasher.lib Fri May 22 17:22:32 2015 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/teams/TVZ-Electrical-engeneering-team/code/Flasher/#87793af99c3b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Fri May 22 17:22:32 2015 +0000
@@ -0,0 +1,22 @@
+#include "mbed.h"
+#include "Flasher.h"
+Flasher led(LED2);
+int main() {
+ while(1){
+led.flash(5);
+wait(1);
+led.flash(2);
+wait(1);
+led.flash(3);
+wait(1);
+led.flash(7);
+wait(1);
+led.flash(1);
+wait(1);
+led.flash(2);
+wait(1);
+led.flash(2);
+wait(1);
+led.flash(1);
+}
+}
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Fri May 22 17:22:32 2015 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/dbbf35b96557 \ No newline at end of file