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.
Dependencies: mbed mbed-STM32F103C8T6 USBDevice_STM32F103
Diff: main.cpp
- Revision:
- 1:41d2a3984dd7
- Parent:
- 0:75d307e38488
--- a/main.cpp Wed Apr 08 17:47:23 2020 +0000
+++ b/main.cpp Thu Apr 09 08:23:32 2020 +0000
@@ -67,6 +67,7 @@
while (1) {
for (uint8_t i = 0; i < keyLen; i++) {
key[i].scan();
+ wait_ms(2);
}
}
}