Skip to content

Commit

Permalink
Update pxt.json, main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KalbeAbbas committed Nov 9, 2020
1 parent 200aded commit d2c9376
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Empty file added main.ts
Empty file.
19 changes: 10 additions & 9 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@
},
"files": [
"README.md",
"main.ts",
"main.ts",
"sdmm.cpp",
"im01.ts",
"im01.cpp",
"diskio.h",
"ff.cpp",
"ff.h",
"ffconf.h"
"im01.ts",
"im01.cpp",
"diskio.h",
"ff.cpp",
"ff.h",
"ffconf.h"
],
"testFiles": [
"test.ts"
],
"public": true,
"supportedTargets": [
"maker"
"maker",
"microbit"
],
"preferredEditor": "blocksprj",
"preferredEditor": "tsprj",
"authors": [
"Luqmaan Baboo",
"Bjarke Gotfredsen"
Expand Down

0 comments on commit d2c9376

Please sign in to comment.