It is interpreted. It actually implements a Python (-like ?) interpreter that can run on a microcontroller. See e.g.: Compile MicroPython code for Micro Bit locally.
As a result, it is both very convenient, as it does not require a C toolchain to build for, but also very slow and produces larger images.
Under: micropython
Toggle pin 0 twice per second. This could be used for example to blink LED on pin 0 once per second with this test circuit:
BOARD__1gp0____3gnd
| |
R_2k |
| |
+-aLEDc-+
Tested on:
Articles by others on the same topic
There are currently no matching articles.