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

Dependencies:   mbed

Fork of led_button by Istvan Cserny

Revision:
1:0df6e12ac40d
Parent:
0:b5f81eb006d4
--- 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"