LED Functions


 

Jeff A

New member
I have looked around quite a bit and have not been able to find any reference to what the three LED's are used to indicate. Did I miss this someplace? I am trying to decide what colors to order for my build and knowing the functions would help me decide on the colors...

Thanks!
 
Top = Fan Speed > 0%
Middle = Lid Open
Bottom = Blinks on boot and RF receive

In the next version (written but not yet released) you can change their function to whatever you want from this list (more can be added if requested) or the inverse of any of those.
Code:
  None,
  UserOn,
  Alarm0L,
  Alarm0H,
  Alarm1L,
  Alarm1H,
  Alarm2L,
  Alarm2H,
  Alarm3L,
  Alarm3H,
  RfReceive,
  LidOpen,
  FanOn,
  PitTempReached,
  FanMax,
 

 

Back
Top