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/lut.h
- Revision:
- 10:6c3233b03658
- Parent:
- 6:39442d493098
- Child:
- 11:01dcfb29fbc4
--- a/inc/lut.h Fri Dec 07 00:15:19 2018 +0000 +++ b/inc/lut.h Fri Dec 07 17:39:01 2018 +0000 @@ -31,8 +31,8 @@ #include "mbed.h" -extern unsigned int binCode[6]; -extern unsigned int thermCode[17]; +extern unsigned int binCode[WEIGHT_BIN_WIDTH+1]; +extern unsigned int thermCode[BOARDS_THERMCODE_WIDTH+1]; void dec2bin_fix(unsigned int, unsigned int); void dec2therm_fix(unsigned int, unsigned int);