newaetech / chipshouter-picoemp

Why not run micropython on your EMFI tool?
438 stars 57 forks source link

Test LED functionality #21

Open gmgunderground opened 2 years ago

gmgunderground commented 2 years ago

Added in the main a brief power ON and OFF for all LEDs, so at startup we can chek if LEDs are working correctly. LEDs in this board are very small and it is very easy to invert polarity. Also checking HV led functionality is very important. Removed from picoemp.c the status led and moved to main when the initialization is really complete.

colinoflynn commented 2 years ago

The only downside is the 1s boot, but I think overall makes sense, what do you think @nezza?