File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed
Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 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- ` ) ;
Original file line number Diff line number Diff line change 1717 "testFiles" : [
1818 " test.ts"
1919 ],
20- "public" : true
20+ "public" : true ,
21+ "supportedTargets" : [
22+ " microbit"
23+ ],
24+ "preferredEditor" : " tsprj"
2125}
You can’t perform that action at this time.
0 commit comments