pxt-calliope/libs/cpp-test/hello.ts

14 lines
136 B
TypeScript
Raw Normal View History

2016-03-10 23:01:04 +01:00
//% shim=foo::bar
function test() {
}
basic.plotLeds(`
# # . # #
. . # . .
. . # . .
# . . . #
. # # # .
`);
basic.pause(300);
test();