Photon with Bluetooth

I am preparing to try Adafruit_BLE - Port of Adafruit_BluefruitLE_nRF51 in a Photon particle using informations from https://github.com/rickkas7/Adafruit_BLE. I would like to know if I just need include my original code inside the code from the link.

Thank you for any help

Cesar

The files in the src folder are what we commonly call the library files which you - in most cases don’t want to change - and the files inside the examples folder are … well … examples.
You can take the example files and add your code, or just have a look at these samples to understand how the library is meant to be used and then build your own code applying the gathered insight.

3 Likes