Skip to content

Commit

Permalink
Update version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 19, 2024
1 parent 390f6e7 commit f142ed8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
30 changes: 25 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "XPowersLib",
"version": "0.2.5",
"description": "Arduino,CircuitPython,Micropython library for x-powers power management series",
"keywords": "AXP192 AXP202 AXP2101 x-powers",
"version": "0.2.6",
"description": "Arduino, CircuitPython, Micropython, esp-idf and other frameworks power management series library",
"keywords": "AXP192,AXP202,AXP2101,SY6970,BQ25896,HUSB238",
"authors": [
{
"name": "LewisHe",
Expand Down Expand Up @@ -116,10 +116,30 @@
"name": "BQ25896_Shutdown_Example",
"base": "examples/BQ25896_Shutdown_Example",
"files": ["BQ25896_Shutdown_Example.ino"]
},
{
"name": "FastCharging_BleUartDebug",
"base": "examples/FastCharging_BleUartDebug",
"files": ["FastCharging_BleUartDebug.ino"]
},
{
"name": "PowerDeliveryHUSB238_BleUart",
"base": "examples/PowerDeliveryHUSB238_BleUart",
"files": ["PowerDeliveryHUSB238_BleUart.ino"]
},
{
"name": "PowerDeliveryHUSB238_Example",
"base": "examples/PowerDeliveryHUSB238_Example",
"files": ["PowerDeliveryHUSB238_Example.ino"]
},
{
"name": "XPowersLibInterface_Linux",
"base": "examples/XPowersLibInterface_Linux",
"files": ["main.cpp"]
}
],
"frameworks": ["arduino", "espidf"],
"platforms": "esp32,ststm32,espressif32",
"platforms": "ststm32,espressif32,nordicnrf52",
"headers": "XPowersLib.h",
"license": "MIT"
}
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=XPowersLib
version=0.2.5
version=0.2.6
author=Lewis He
maintainer=Lewis He <[email protected]>
sentence=Arduino,CircuitPython,Micropython library for x-powers power management series
paragraph=Arduino,CircuitPython,Micropython library for x-powers power management series
sentence=Arduino, CircuitPython, Micropython, esp-idf and other frameworks power management series library
paragraph=Support AXP192,AXP202,AXP2101,SY6970,BQ25896,HUSB238 Chip
category=Communication
url=https://github.com/lewisxhe/XPowersLib
architectures=*

0 comments on commit f142ed8

Please sign in to comment.