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: inc/menu.h
- Revision:
- 15:aed8f326c949
- Parent:
- 11:01dcfb29fbc4
- Child:
- 16:5791665200cb
--- a/inc/menu.h Sat Dec 08 16:57:27 2018 +0000
+++ b/inc/menu.h Tue Dec 11 16:59:21 2018 +0000
@@ -29,6 +29,8 @@
extern volatile bool updateReady;
+extern bool buck;
+
extern unsigned int binCode[WEIGHT_BIN_WIDTH+1];
extern unsigned int thermCode[BOARDS_THERMCODE_WIDTH+1];
@@ -39,7 +41,7 @@
extern Timer masterTimer;
void initDRT(void);
-void updateTerminal(struct adcValues avals);
+void updateTerminal(struct adcValues, struct statusValues);
enum menuTypes {MENU_DCM1, MENU_CALIBRATE, MENU_TEST, MENU_MAIN};