We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46502f6 commit 0b256d4Copy full SHA for 0b256d4
uecide.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "ArduinoBLE",
3
+ "provides": "ArduinoBLE.h",
4
+ "description": "[BETA] Enables BLE connectivity on the Arduino MKR WiFi 1010 and Arduino UNO WiFi Rev.2.",
5
+ "version": "0.1.0",
6
+ "maintainer": "Arduino <info@arduino.cc>",
7
+ "category": "Communications",
8
+ "subcategory": "Bluetooth",
9
+ "family": [
10
+ "arm-sam",
11
+ "avr"
12
+ ],
13
+ "core": [
14
+ "arduino-sam",
15
+ "arduino"
16
17
+ "install": {
18
+ "examples": "/",
19
+ "keywords.txt": "/",
20
+ "library.properties": "/",
21
+ "src": "/"
22
+ },
23
+ "license": "LICENSE",
24
+ "readme": "README.md"
25
+}
0 commit comments