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:
- 6:39442d493098
- Parent:
- 5:09be5bbb5020
- Child:
- 10:6c3233b03658
--- a/inc/lut.h Sat Dec 01 00:08:53 2018 +0000 +++ b/inc/lut.h Mon Dec 03 01:03:14 2018 +0000 @@ -34,8 +34,10 @@ extern unsigned int binCode[6]; extern unsigned int thermCode[17]; -void dec2bin(int); -void dec2therm(int); -void getLUTcode(int); +void dec2bin_fix(unsigned int, unsigned int); +void dec2therm_fix(unsigned int, unsigned int); +void getLUTcode(unsigned short); +unsigned int getLUT_binCode(unsigned short); +unsigned int getLUT_thermCode(unsigned short); #endif