Skip to content

Commit 8b77751

Browse files
authored
Merge pull request #2 from MarkusFelix/platformio-library-definition
added library definition for platformIO & increment version number in library.properties
2 parents 2792b45 + db30b7b commit 8b77751

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

library.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "nRF905 Radio Library",
3+
"version": "4.0.1",
4+
"keywords": "Arduino, Communication, nRF905, Nordic, 433Mhz, 868Mhz, 915Mhz, STM32, ESP8266, NodeMCU, ESP32, M5Stack",
5+
"description": "nRF905 Radio Library for Arduino",
6+
"repository":
7+
{
8+
"type": "git",
9+
"url": "https://github.com/zkemble/nRF905-arduino"
10+
},
11+
"authors":
12+
[
13+
{
14+
"name": "Zak Kemble",
15+
"email": "[email protected]",
16+
"maintainer": true
17+
}
18+
],
19+
"frameworks": "arduino",
20+
"platforms": "*"
21+
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=nRF905 Radio Library
2-
version=4.0.0
2+
version=4.0.1
33
author=Zak Kemble <[email protected]>
44
maintainer=Zak Kemble <[email protected]>
55
sentence=nRF905 Radio Library for Arduino

0 commit comments

Comments
 (0)