Project templates (#295)
Moved default projects from pxtarget.json to libs/templates/
This commit is contained in:
committed by
GitHub
parent
7936517a03
commit
f045942297
16
libs/templates/blocksprj/main.ts
Normal file
16
libs/templates/blocksprj/main.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
basic.forever(() => {
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# . # . #
|
||||
# . . . #
|
||||
. # . # .
|
||||
. . # . .
|
||||
`)
|
||||
basic.showLeds(`
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
`)
|
||||
})
|
||||
Reference in New Issue
Block a user