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 d8b1d34 commit 648be8eCopy full SHA for 648be8e
library.json
@@ -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