Dein Suchergebnis zum Thema: have

Serial

https://makecode.calliope.cc/device/serial

The serial supports serial communication between the Calliope mini and another computer. Basically, this allows you to send data from the Calliope mini to your own computer. This is very useful for debugging purposes: you can add write line statements in your code and see them display on your computer as the program executes.
menus to erase the default configuration file with a new one so that you don’t have

Call a function

https://makecode.calliope.cc/python/call

The simplest way to get started in Python is to call one of the built-in Python functions. Just like how Blocks are organized into categories/drawers, functions are organized by namespaces too, with names corresponding to the drawer names.
parentheses go the function arguments: Math.min(1, 2) It’s a syntax error to have

Call a function

https://makecode.calliope.cc/javascript/call

The simplest way to get started in JavaScript is to call one of the built-in JavaScript functions. Just like how Blocks are organized into categories/drawers, the functions are organized by namespaces, with names corresponding to the drawer names.
parentheses go the function arguments: Math.min(1, 2) It’s a syntax error to have