IHS1.1-STM32F303K8
Revision 1:ace656587248, committed 2020-10-23
- 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 |
diff -r cf6cdf2e5565 -r ace656587248 Sensor.cpp --- 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 } }