Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "nRF905 Radio Library",
"version": "4.0.1",
"keywords": "Arduino, Communication, nRF905, Nordic, 433Mhz, 868Mhz, 915Mhz, STM32, ESP8266, NodeMCU, ESP32, M5Stack",
"description": "nRF905 Radio Library for Arduino",
"repository":
{
"type": "git",
"url": "https://github.com/zkemble/nRF905-arduino"
},
"authors":
[
{
"name": "Zak Kemble",
"email": "contact@zakkemble.net",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "*"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=nRF905 Radio Library
version=4.0.0
version=4.0.1
author=Zak Kemble <contact@zakkemble.net>
maintainer=Zak Kemble <contact@zakkemble.net>
sentence=nRF905 Radio Library for Arduino
Expand Down