f045942297
Moved default projects from pxtarget.json to libs/templates/
16 lines
268 B
TypeScript
16 lines
268 B
TypeScript
basic.forever(() => {
|
|
basic.showLeds(`
|
|
. # . # .
|
|
# . # . #
|
|
# . . . #
|
|
. # . # .
|
|
. . # . .
|
|
`)
|
|
basic.showLeds(`
|
|
. . . . .
|
|
. . . . .
|
|
. . . . .
|
|
. . . . .
|
|
. . . . .
|
|
`)
|
|
}) |