Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 4x4KeyBoardExample by
Revision 2:6b74f02a9e87, committed 2018-05-17
- Comitter:
- fitri
- Date:
- Thu May 17 07:48:58 2018 +0000
- Parent:
- 1:97784d3b39e7
- Child:
- 3:f973bf5ad35d
- Commit message:
- KEYPAD SAJA;
Changed in this revision
--- a/KeypadLib.lib Sat Sep 19 17:01:45 2015 +0000 +++ b/KeypadLib.lib Thu May 17 07:48:58 2018 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/rlanghbv/code/KeypadLib/#1f7793af2f64 +http://developer.mbed.org/users/rlanghbv/code/KeypadLib/#fb28bc08ded4
--- a/main.cpp Sat Sep 19 17:01:45 2015 +0000
+++ b/main.cpp Thu May 17 07:48:58 2018 +0000
@@ -6,7 +6,7 @@
int main() {
// c0 c1 c2 c3 r0 r1 r2 r3
- Keypad keypad( PC_3,PC_2,PA_0,PA_1,PA_4,PB_0,PC_1,PC_0 );
+ Keypad keypad( PC_3,PC_2,PC_0,PC_1,PC_5,PC_4,PB_1,PA_0 );
keypad.enablePullUp();
char key;
--- a/mbed.bld Sat Sep 19 17:01:45 2015 +0000 +++ b/mbed.bld Thu May 17 07:48:58 2018 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/4f6c30876dfa \ No newline at end of file +https://os.mbed.com/users/mbed_official/code/mbed/builds/5aab5a7997ee \ No newline at end of file
