Open charlespax opened 9 years ago
The next revision of the electronics will have an LED (https://github.com/PaxInstruments/t100-electronics/issues/40). This will help a user correlate the devices listed in the UI with the physical devices. In addition to the LED indication UI feature (https://github.com/PaxInstruments/t100-software/issues/31) we can have the LED activate based on some other input.
The user can set conditions such that the LED turns on if the temperature is out of range. For example, the user would set if T1 > 120 C, turn on LED.
if T1 > 120 C, turn on LED
The next revision of the electronics will have an LED (https://github.com/PaxInstruments/t100-electronics/issues/40). This will help a user correlate the devices listed in the UI with the physical devices. In addition to the LED indication UI feature (https://github.com/PaxInstruments/t100-software/issues/31) we can have the LED activate based on some other input.
The user can set conditions such that the LED turns on if the temperature is out of range. For example, the user would set
if T1 > 120 C, turn on LED
.