From db30b7b00e34f1467fe1c10126e14b3d84668151 Mon Sep 17 00:00:00 2001 From: Markus Felix Date: Sun, 1 Nov 2020 22:53:21 +0100 Subject: [PATCH] [ADD] library definition for platformIO [MOD] increment version number --- library.json | 21 +++++++++++++++++++++ library.properties | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100755 library.json diff --git a/library.json b/library.json new file mode 100755 index 0000000..e3b9433 --- /dev/null +++ b/library.json @@ -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": "*" +} diff --git a/library.properties b/library.properties index 3f3a922..f2fcc0e 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=nRF905 Radio Library -version=4.0.0 +version=4.0.1 author=Zak Kemble maintainer=Zak Kemble sentence=nRF905 Radio Library for Arduino