Skip to content

Commit 0b256d4

Browse files
committed
Added UECIDE build file
1 parent 46502f6 commit 0b256d4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

uecide.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)