Treehouse Mbed Team / Mbed 2 deprecated APS_DCM1SL2

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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;