From 861de07785eec44f541187942886c9c554a0734e Mon Sep 17 00:00:00 2001 From: jimprince Date: Fri, 22 Feb 2019 06:19:22 -0700 Subject: [PATCH] Add optional non-adjusting temperatures activated by removing comment lines. --- .../Example2_OutputToProcessing/MLXHeatCam/MLXHeatCam.pde | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Firmware/Example2_OutputToProcessing/MLXHeatCam/MLXHeatCam.pde b/Firmware/Example2_OutputToProcessing/MLXHeatCam/MLXHeatCam.pde index de9df84..c8234f0 100644 --- a/Firmware/Example2_OutputToProcessing/MLXHeatCam/MLXHeatCam.pde +++ b/Firmware/Example2_OutputToProcessing/MLXHeatCam/MLXHeatCam.pde @@ -103,6 +103,10 @@ void draw() { } + // Uncomment out the following two lines to enable static min and max temperatures + // maxTemp = 10; + // minTemp = 45; + // for each of the 768 values, map the temperatures between min and max // to the blue through red portion of the color space for(int q = 0; q < 768; q++){