There was an error while loading. Please reload this page.
1 parent d6acb51 commit cc9d17dCopy full SHA for cc9d17d
library.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "FatFS",
3
+ "keywords": "Fat, FS, Storage",
4
+ "description": "FAT file system based on open-source FatFS solution",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/stm32duino/FatFs.git"
8
+ },
9
+ "version": "2.0.3",
10
+ "authors": [
11
+ {
12
+ "url": "http://elm-chan.org/fsw/ff/00index_e.html",
13
+ "maintainer": false,
14
+ "email": "user5@elm-chan.org",
15
+ "name": "Chan"
16
17
18
+ "url": "https://www.st.com/",
19
20
+ "email": null,
21
+ "name": "STMicroelectronics"
22
+ }
23
+ ],
24
+ "frameworks": "*",
25
+ "platforms": "*"
26
+}
0 commit comments