Move templates to directly under libs/ (#303)
This commit is contained in:
committed by
Peli de Halleux
parent
e5dc046fcc
commit
349a385f97
16
libs/bluetoothprj/main.ts
Normal file
16
libs/bluetoothprj/main.ts
Normal file
@ -0,0 +1,16 @@
|
||||
basic.forever(() => {
|
||||
basic.showLeds(`
|
||||
. # . # .
|
||||
# . # . #
|
||||
# . . . #
|
||||
. # . # .
|
||||
. . # . .
|
||||
`)
|
||||
basic.showLeds(`
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
. . . . .
|
||||
`)
|
||||
})
|
Reference in New Issue
Block a user