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
Revision 57:5afd7c1b9acf, committed 2019-11-25
- Comitter:
- Slord2142
- Date:
- Mon Nov 25 23:20:54 2019 +0000
- Parent:
- 56:6ee4c05ccec8
- Commit message:
- Lut base variables updated
Changed in this revision
src/command.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/src/command.cpp Tue Nov 19 22:59:56 2019 +0000 +++ b/src/command.cpp Mon Nov 25 23:20:54 2019 +0000 @@ -67,8 +67,8 @@ bool LUTA = false; bool LUTB = false; -unsigned int luta = 0; -unsigned int lutb = 0; +unsigned int luta = 6; +unsigned int lutb = 3; struct adcValues adcVals; struct displayValues dvals;