Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Aug 6, 2022
1 parent 469c7f2 commit 266a5ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This Arduino Core does **not** contain any BLE functionality. It has been design

```ini
[env]
platform = https://github.com/h2zero/platform-n-able.git
platform = n-able
framework = arduino
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
board = ...
Expand All @@ -100,6 +100,10 @@ board = ...
4. Clone this repo: ```git clone https://github.com/h2zero/n-able-Arduino.git```
5. Restart the Arduino IDE

### Install NimBLE-Arduino
1. Arduino Library manager: Go to `sketch` -> `Include Library` -> `Manage Libraries`, search for NimBLE and install version 1.4.0 or greater.
2. Add `#include "NimBLEDevice.h"` at the beginning of your sketch.

## Flashing your device
1. Select your board from the Tools -> Board menu
2. Select any options you want
Expand Down

0 comments on commit 266a5ca

Please sign in to comment.