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/main.cpp
- Revision:
- 21:fe0ea1860c9f
- Parent:
- 19:1f6363b6a9da
- Child:
- 22:2c37ac12746e
--- a/src/main.cpp Tue Jan 08 22:05:53 2019 +0000
+++ b/src/main.cpp Fri Jan 11 21:45:55 2019 +0000
@@ -59,8 +59,8 @@
{
myled = 0;
extchlat = OFF;
- wr_out_code = setBoardEnables(ALLOFF);
- en_out_code = setBoardWeights(ALLOFF);
+ wr_out_code = setBoardEnables(ALLON);
+ en_out_code = setBoardWeights(32);
running = FALSE;
initSerial();
@@ -80,6 +80,8 @@
}
menuRedraw(WITH_PROMPT);
+
+ initBoards(adcVals);
while (1)
{
@@ -103,7 +105,7 @@
}
//count++;
}else if(!testing){
- updateControls(my12);
+ //updateControls(my12);
}
if(updateReady){