-
Notifications
You must be signed in to change notification settings - Fork 24
/
library.json
145 lines (145 loc) · 3.93 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "XPowersLib",
"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",
"url": "https://github.com/lewisxhe",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/lewisxhe/XPowersLib.git"
},
"homepage": "https://github.com/lewisxhe/XPowersLib",
"export": {
"include": [
"LICENSE",
"library.json",
"library.properties",
"README.md",
"keywords.txt",
"src/*",
"examples/*"
]
},
"examples": [
{
"name": "AXP192_Example",
"base": "examples/AXP192_Example",
"files": ["AXP192_Example.ino"]
},
{
"name": "AXP202_Example",
"base": "examples/AXP202_Example",
"files": ["AXP202_Example.ino"]
},
{
"name": "AXP2101_Charge_Example",
"base": "examples/AXP2101_Charge_Example",
"files": ["AXP2101_Charge_Example.ino"]
},
{
"name": "AXP2101_Example",
"base": "examples/AXP2101_Example",
"files": ["AXP2101_Example.ino"]
},
{
"name": "AXP2101_InterruptExample",
"base": "examples/AXP2101_InterruptExample",
"files": ["AXP2101_InterruptExample.ino"]
},
{
"name": "AXP2101_Voltage_Example",
"base": "examples/AXP2101_Voltage_Example",
"files": ["AXP2101_Voltage_Example.ino"]
},
{
"name": "AXP2101_ADC_Example",
"base": "examples/AXP2101_ADC_Example",
"files": ["AXP2101_ADC_Example.ino"]
},
{
"name": "AXP2101_Sleep_Example",
"base": "examples/AXP2101_Sleep_Example",
"files": ["AXP2101_Sleep_Example.ino"]
},
{
"name": "AXP2101_Charge_Current_Setting",
"base": "examples/AXP2101_Charge_Current_Setting",
"files": ["AXP2101_Charge_Current_Setting.ino"]
},
{
"name": "AXP2101_LowBatteryWarningExample",
"base": "examples/AXP2101_LowBatteryWarningExample",
"files": ["AXP2101_LowBatteryWarningExample.ino"]
},
{
"name": "ESP_IDF_Example",
"base": "examples/ESP_IDF_Example/main",
"files": [
"main.cpp",
"port_axp192.cpp",
"port_axp2101.cpp",
"port_i2c.cpp"
]
},
{
"name": "XPowersLibInterface_Example",
"base": "examples/XPowersLibInterface_Example",
"files": ["XPowersLibInterface_Example.ino"]
},
{
"name": "SY6970_Example",
"base": "examples/SY6970_Example",
"files": ["SY6970_Example.ino"]
},
{
"name": "SY6970_Watchdog_Example",
"base": "examples/SY6970_Watchdog_Example",
"files": ["SY6970_Watchdog_Example.ino"]
},
{
"name": "SY6970_Shutdown_Example",
"base": "examples/SY6970_Shutdown_Example",
"files": ["SY6970_Shutdown_Example.ino"]
},
{
"name": "BQ25896_Example",
"base": "examples/BQ25896_Example",
"files": ["BQ25896_Example.ino"]
},
{
"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": "ststm32,espressif32,nordicnrf52",
"headers": "XPowersLib.h",
"license": "MIT"
}