Skip to content

Commit 596c027

Browse files
authored
Create package.json
Adding package.json to make this fork PlatformIO Core 5.x compatible See https://github.com/adafruit/Adafruit_nRF52_Arduino/pull/571/files and platformio/platformio-core#3693
1 parent dda811e commit 596c027

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "framework-arduinoadafruitnrf52",
3+
"version": "1.2100.201111",
4+
"description": "ANT+ enabled Arduino Wiring-based Framework for Nordic Semiconductor nRF52 BLE SoC",
5+
"url": "https://github.com/orrmany/Adafruit_nRF52_Arduino.git#develop-ant-plus-ble",
6+
"keywords": [
7+
"framework",
8+
"arduino",
9+
"nordic semiconductor",
10+
"nrf52",
11+
"ANT+"
12+
]
13+
}

0 commit comments

Comments
 (0)