IHS1.1-STM32F303K8

Dependents:   Nucleo_IHS11a

Files at this revision

API Documentation at this revision

Comitter:
maro
Date:
Fri Oct 23 06:36:45 2020 +0000
Parent:
0:cf6cdf2e5565
Commit message:
Blinking indicator added

Changed in this revision

Sensor.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Sensor.cpp	Thu Jul 16 08:18:34 2020 +0000
+++ b/Sensor.cpp	Fri Oct 23 06:36:45 2020 +0000
@@ -60,7 +60,7 @@
             setCol(row, col, bAdd);
         }
         if (!bAdd)                  // set CLED
-            cled.set(val12, (row > 0) && (row == ROW_LEN - 1));// sensor-data, indicator
+            cled.set(val12, row == ROW_LEN - 1);// sensor-data, indicator
     }
 }