UCSolarCarTeam / Epsilon-Embedded-Software

4 stars 1 forks source link

CCS - Less Flashing LEDs #67

Open bill-luu opened 6 years ago

bill-luu commented 6 years ago

Right now, every time the CCS receives a CAN message, the green LED will flash. We have a craaapton of messages, so to reduce the chances of the LEDs exploding, we should make it toggle instead only when it doesn't receive anything.

enochtsang commented 6 years ago

Not the easiest change. Maybe turn it on when it has received a message, and turn it off when it hasn't received a message in like 2 seconds or something.