例えば、MicroPython用マイコン「pyboard」で以下のコードを実行すると、pyboardのLEDをオンにして「Hello MicroPython!」と シリアルコンソール に出力することができます。 また、ブラウザ上でpyboardを操作できる ウェブアプリ も公開されています。
|see_cpython_module|:mod:`python:math`. The math module provides some basic mathematical functions for working with floating-point numbers. Note: On the pyboard, floating-point numbers have 32-bit ...
Python is more and more coming to replace C as the programming language of choice, and this trend can now also be seen in the world of microcontrollers. Taking the ESP32 as an example, this article ...
# A basic introduction to using functions with the Pi Pico H with MicroPython # Uses a function to feed various notes into a buzzer program, creating a shortened "Jingle Bells" tune, utilising PWM ...
The C/C++ programming languages have long dominated the embedded systems industry, with very few other languages being able to find a foothold. While languages such as Java and Ada have certainly ...