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:
- 1:ccc6ed1e4cd8
- Parent:
- 0:762583fdd0de
- Child:
- 2:3c335fcdd7f4
--- a/main.cpp Thu Jul 16 05:05:16 2020 +0000 +++ b/main.cpp Thu Jul 16 05:17:44 2020 +0000 @@ -67,6 +67,9 @@ void init_state(void) { + for(int i=0; i<8; i++){ + buffer[i] = 0 + } for(int i=0; i<6; i++) { outputBuffer[BYTE_A] = 0; outputBuffer[BYTE_B] = 0;