We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4873e0b commit 78a6074Copy full SHA for 78a6074
library.json
@@ -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