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 564379f commit 588b74fCopy full SHA for 588b74f
library.json
@@ -0,0 +1,16 @@
1
+{
2
+ "name": "STM32SD",
3
+ "keywords": "Data Storage",
4
+ "description": "Arduino library to support SD card using SD card slot connected to the SDIO/SDMMC-hardware of the STM32 MCU.",
5
+ "repository":
6
+ {
7
+ "type": "git",
8
+ "url": "https://github.com/stm32duino/STM32SD"
9
+ },
10
+ "version": "1.2.3",
11
+ "frameworks": "arduino",
12
+ "platforms": "ststm32",
13
+ "build": {
14
+ "libArchive": false
15
+ }
16
+}
0 commit comments