Lab02 example: drive LED1 by a pushbutton tied between D3 and GND Platform: FRDM-KL25z

Dependencies:   mbed

Fork of led_button by Istvan Cserny

Files at this revision

API Documentation at this revision

Comitter:
icserny
Date:
Mon Oct 12 12:40:17 2015 +0000
Parent:
0:b5f81eb006d4
Commit message:
minor typos were corrected

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r b5f81eb006d4 -r 0df6e12ac40d main.cpp
--- a/main.cpp	Mon Oct 12 12:36:46 2015 +0000
+++ b/main.cpp	Mon Oct 12 12:40:17 2015 +0000
@@ -1,5 +1,6 @@
-/* led_button - difital I/O example
+/* led_button - digital I/O example
  * drive LED1 by a pushbutton tied between D3 and GND
+ * Platform: FRDM-KL25Z
  */
 
 #include "mbed.h"