frdm ticker example for the Freescale freedom platform

Dependencies:   mbed

Fork of frdm_ticker by Freescale

Files at this revision

API Documentation at this revision

Comitter:
Kojto
Date:
Thu Feb 20 17:59:27 2014 +0000
Parent:
5:79a16c0a88c1
Child:
7:07913dc44fa2
Commit message:
frdm ticker example - initial version

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	Tue Feb 19 23:49:45 2013 +0000
+++ b/main.cpp	Thu Feb 20 17:59:27 2014 +0000
@@ -11,7 +11,6 @@
 int main() {
     tick.attach(&flip, 0.7); // setup ticker to call flip led2 after 0.7 seconds
 
-    // spin in a main loop.
     while (true) {
         led1 = !led1;
         wait (0.3); // flip led1 every 0.3 seconds
--- a/mbed.bld	Tue Feb 19 23:49:45 2013 +0000
+++ b/mbed.bld	Thu Feb 20 17:59:27 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/3d0ef94e36ec
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/ed8466a608b4
\ No newline at end of file