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:
chris
Date:
Fri Oct 12 14:55:55 2012 +0000
Parent:
0:5e8c7a36cb58
Child:
2:b085bc47e75b
Commit message:
Ticker example for FRDM-KL25Z

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Oct 12 13:03:56 2012 +0000
+++ b/main.cpp	Fri Oct 12 14:55:55 2012 +0000
@@ -18,4 +18,4 @@
         led1 = !led1;
         wait (0.3); // flip led1 every 0.3 seconds
     }
-}
\ No newline at end of file
+}