joseferncruz/arduino

rAA -- implement LED panel feature and sensor checks

Closed this issue · 1 comments

Update the rAA code to contain the same LED panel feature used in the mAA code. The LED panel should reflect the results of sensor check. If the sensor check:

  • Fails -- LED panel should blink red
  • Succeeds -- LED panel should turn on green
  • Calculating -- LED panel should blink yellow

LED panel in the moveable box should not turn on green. This might cause an unintended association for the subject. Instead, if the senor check passes, no LED should turn on. LEDs will only turn on in the event of a failed sensor check, or during calculations.