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.
Diff: main.cpp
- Revision:
- 19:72886f894dc5
- Parent:
- 18:4992aa537387
--- a/main.cpp Mon Dec 11 20:30:36 2017 +0000 +++ b/main.cpp Wed Dec 13 20:38:24 2017 +0000 @@ -239,7 +239,7 @@ keytemp = 0; //zero the keys before we start ORing on top of everything for(int i = 0; i < 9; ++i) { bankSelect = (~(1 << i)) & bankSelect.mask(); - wait_us(40); + wait_us(200); int shiftOffset = 6LL * i; keytemp |= ((~(unsigned long long)keyBank) & (unsigned long long)keyBank.mask()) << (unsigned long long)shiftOffset;