pxt-common-packages
Version:
Microsoft MakeCode (PXT) common packages
23 lines (22 loc) • 430 B
JSON
{
"name": "storage",
"description": "USB Pen-drive support and flash storage",
"files": [
"SNORFS.cpp",
"SNORFS.h",
"GhostSNORFS.cpp",
"GhostSNORFS.h",
"storage.cpp",
"storage.ts",
"shims.d.ts"
],
"public": true,
"dependencies": {
"core": "file:../core"
},
"yotta": {
"config": {
"DEVICE_USB": 1
}
}
}