Skip to content

Commit 648be8e

Browse files
authored
Create library.json
1 parent d8b1d34 commit 648be8e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: library.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "STM32duino Low Power",
3+
"keywords": "Device Control",
4+
"description": "Arduino library to support low power save primitives features of STM32 based boards.",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/stm32duino/STM32LowPower"
9+
},
10+
"version": "1.1.0",
11+
"frameworks": "arduino",
12+
"platforms": "ststm32",
13+
"build": {
14+
"libArchive": false
15+
}
16+
}

0 commit comments

Comments
 (0)