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/lut.cpp
- Revision:
- 9:816b9a4e4f21
- Parent:
- 7:860b3a8275cb
- Child:
- 11:01dcfb29fbc4
--- a/src/lut.cpp Thu Dec 06 16:22:11 2018 +0000 +++ b/src/lut.cpp Fri Dec 07 00:15:19 2018 +0000 @@ -32,11 +32,15 @@ #include "lut.h" //unsigned int binCode[6]; - +/* #define MAX_LUT_ENTRIES 1024 uint8_t binC[MAX_LUT_ENTRIES] { 0, 1, 3, 5, 7, 9, 11, 13, 15, 17, 19}; uint8_t thermC[MAX_LUT_ENTRIES]{ 0, 0, 1, 1, 2, 2, 3, 3, 4, 5}; +*/ + +#include "lut_data_en_v1.h" +#include "lut_data_slot_v1.h" /******************************************************************************* dec2bin_fix - Converts decimal to binary with fixed width as specified.