File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ This Arduino Core does **not** contain any BLE functionality. It has been design
75
75
76
76
``` ini
77
77
[env]
78
- platform = https://github.com/h2zero/platform- n-able.git
78
+ platform = n-able
79
79
framework = arduino
80
80
lib_deps = h2zero/NimBLE-Arduino@^1.4.0
81
81
board = ...
@@ -100,6 +100,10 @@ board = ...
100
100
4 . Clone this repo: ``` git clone https://github.com/h2zero/n-able-Arduino.git ```
101
101
5 . Restart the Arduino IDE
102
102
103
+ ### Install NimBLE-Arduino
104
+ 1 . Arduino Library manager: Go to ` sketch ` -> ` Include Library ` -> ` Manage Libraries ` , search for NimBLE and install version 1.4.0 or greater.
105
+ 2 . Add ` #include "NimBLEDevice.h" ` at the beginning of your sketch.
106
+
103
107
## Flashing your device
104
108
1 . Select your board from the Tools -> Board menu
105
109
2 . Select any options you want
You can’t perform that action at this time.
0 commit comments