Skip to content

Commit 3616d99

Browse files
authored
Merge pull request #1 from jiangfuzhi/master
update files
2 parents b966ebe + a8ce276 commit 3616d99

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

main.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +0,0 @@
1-
/*****************************************************************************
2-
* | Description : This pxt will load the following extensions for micro:bit
3-
- "BitMaker": "github:MiroChao/pxt-BitMaker",
4-
- "chmakered-grove": "github:MiroChao/pxt-CHMakerEd-Grove",
5-
- "neopixel": "github:microsoft/pxt-neopixel#v0.6.10"
6-
* | Developer : CH Makered
7-
* | More Info : http://chmakered.com/
8-
******************************************************************************/
9-
10-
basic.showLeds(`
11-
. . . . .
12-
. # . # .
13-
. . . . .
14-
# . . . #
15-
. # # # .
16-
`);

pxt.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
"testFiles": [
1818
"test.ts"
1919
],
20-
"public": true
20+
"public": true,
21+
"supportedTargets": [
22+
"microbit"
23+
],
24+
"preferredEditor": "tsprj"
2125
}

0 commit comments

Comments
 (0)