etemu / wilssen

Wireless / Wind Logging System for Sourcing ENergy - "Wilssen" is a modular controller for e.g. a wind turbine, it monitors all parameters like phase voltage and efficiency when the wind turbine is generating power.
6 stars 2 forks source link

LED self test is blocking #10

Closed etemu closed 11 years ago

etemu commented 11 years ago

Get rid of any hard coded delays. Always compare millis() and decide whether to update the output. No delay() calls should be present anywhere.