Treehouse Mbed Team / Mbed 2 deprecated APS_DCM1SL

Dependencies:   mbed

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.