From addaa0b0e5ea035a5ccb5b49534aefe7a5abe4ba Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Tue, 21 Jan 2025 14:18:29 +0800 Subject: [PATCH] Update to version to v0.2.6 --- library.json | 11 +++++++---- library.properties | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 0d3d03c..c708174 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "SensorLib", - "version": "0.2.5", + "version": "0.2.6", "description": "Commonly used I2C , SPI device multi-platform libraries", "keywords": "QMC6310, QMI8658, PCF8563, PCF85063, XL9555, BMA423, BHI260AP, DRV2605, CM32181, LTR553, FT5206, FT3267, FT6236, FT6336, CST816S,CST816T,CST816D, CST820, CST226, CHSC5816, GT911, CST9217, CST9220, AW9364", "authors": [ @@ -26,7 +26,10 @@ "examples/*" ] }, - "frameworks": ["arduino", "espidf"], - "platforms": "ststm32,espressif32,nordicnrf52", + "frameworks": [ + "arduino", + "espidf" + ], + "platforms": "ststm32,espressif32,nordicnrf52,raspberrypi", "license": "MIT" -} +} \ No newline at end of file diff --git a/library.properties b/library.properties index 00c09ce..164da3c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SensorLib -version=0.2.5 +version=0.2.6 author=Lewis He maintainer=Lewis He sentence=Commonly used I2C , SPI device multi-platform libraries