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
Diff: src/command.cpp
- Revision:
- 20:5de24e4ae1c5
- Parent:
- 16:5791665200cb
- Child:
- 21:fe0ea1860c9f
--- a/src/command.cpp Fri Dec 14 00:32:33 2018 +0000 +++ b/src/command.cpp Tue Jan 08 22:05:53 2019 +0000 @@ -738,6 +738,14 @@ boardMults = commandData; if(checkRange(boardMults, 0, 63) == 1){ en_out_code = setBoardWeights(boardMults); + /*unsigned int bmult=boardMults; + for(int count=0;count<33;count++){ + en_out_code = setBoardWeights(bmult++); + wait(0.25); + } + en_out_code = setBoardWeights(boardMults); + sprintf(strbuf, " en_out_code=%d\r\n", en_out_code); + sendSerial(strbuf);*/ testing = TRUE; }else{ showRangeError(1, boardMults, 0.0);