Skip to content

Commit 78a6074

Browse files
committed
Add library.json
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 4873e0b commit 78a6074

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

library.json

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

0 commit comments

Comments
 (0)