Basic
Use basic Calliope mini functions and actions.
basic.showNumber(0);
basic.showIcon(IconNames.Heart);
basic.showLeds(`
. . . . .
. . . . .
. . # . .
. . . . .
. . . . .
`);
basic.showString("hi!");
basic.clearScreen();
basic.forever(() => {
});
basic.pause(100);
basic.showIcon(IconNames.ArrowNorth);
See also
showNumber, showIcon, showLeds, showString, clearScreen, forever, pause, showAnimation