Datasheet

HALP!
When using the Bluefruit Micro or a Bluefruit LE with Flora/Due/Leonardo/Micro the
examples dont run?
We add a special line to setup() to make it so the Arduino will halt until it sees you've
connected over the Serial console. This makes debugging great but makes it so you
cannot run the program disconnected from a computer.
Solution? Once you are done debugging, remove these two lines from setup()
I can't seem to "Find" the Bluefruit LE!
Getting something like this?
For UART/Serial Bluefruits:
Check you have the MODE switch in CMD and the MODE pin not wired to anything if it
isnt used!
If you are trying to control the MODE from your micro, make sure you set the MODE
while (!Serial);
delay(500);
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 112 of 238