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/boards.cpp
- Revision:
- 5:09be5bbb5020
- Parent:
- 4:db38665c3727
- Child:
- 6:39442d493098
--- a/src/boards.cpp Thu Nov 29 00:07:25 2018 +0000 +++ b/src/boards.cpp Sat Dec 01 00:08:53 2018 +0000 @@ -165,8 +165,9 @@ } -void updateControls(void){ - getLUTcode(); +void updateControls(int my12){ + //getLUTcode(i12); + getLUTcode(my12); setBoardEnables(thermCode); setBoardWeights(binCode); } \ No newline at end of file