Datasheet
OK now you know how to upload/test/communicate with your Feather M0 Bluefruit. Next up we have a
bunch of tutorials who can follow for checking out the bluetooth le radio and apps.
For all the following examples, we share the same code between various modules so don't forget to
make sure you have the RESET pin set to 4 in BluefruitConfig.h for each sketch before
uploading, and that Hardware SPI mode is selected by checking for
/* ...hardware SPI, using SCK/MOSI/MISO hardware SPI pins and then user selected CS/IRQ/RST */
Adafruit_BluefruitLE_SPI ble(BLUEFRUIT_SPI_CS, BLUEFRUIT_SPI_IRQ, BLUEFRUIT_SPI_RST
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 64 of 238










