sharkduino / Arduino_Animal_Tag

The main code that runs on the Sharkduinos
0 stars 0 forks source link

Flash LED when Tag Turns On #7

Closed WLaney closed 7 years ago

WLaney commented 8 years ago

have pin 13 led flash in a distinctive way right when the tag turns on to confirm the code is loaded and working. This will be especially important when we remove the always on power indicator light form the Arduino

TheBen27 commented 7 years ago

Did the opposite of this: due to the fact that LED 13 is used by SPI, it flashes on when initializing the SD card. To avoid confusion, I decided that if the Arduino failed to initialize, it would just blink continuously.

Finally got around to this.