4 x 3 keypad

Dependencies:   mbed

Fork of Prog61006_keypad_kl25z by David Lenihan

Files at this revision

API Documentation at this revision

Comitter:
davidlenihan
Date:
Fri Jul 14 12:20:34 2017 +0000
Parent:
0:c19d2c6de515
Commit message:
comments

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r c19d2c6de515 -r ad3491c7b118 main.cpp
--- a/main.cpp	Thu Jul 13 20:05:26 2017 +0000
+++ b/main.cpp	Fri Jul 14 12:20:34 2017 +0000
@@ -1,3 +1,5 @@
+/*Keypad file for prog 61006 lab*/
+
 #include "mbed.h"
 void setcolhigh(void);
 void setcol1(void);