This page (revision-15) was last changed on 2025-04-03 01:12 by Murray Altheim

This page was created on 2021-11-27 23:10 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
15 2025-04-03 01:12 4 KB Murray Altheim to previous
14 2025-04-02 23:22 4 KB Murray Altheim to previous | to last
13 2025-04-02 23:19 4 KB Murray Altheim to previous | to last
12 2025-04-02 23:18 4 KB Murray Altheim to previous | to last
11 2025-04-02 23:12 4 KB Murray Altheim to previous | to last
10 2025-04-02 23:02 3 KB Murray Altheim to previous | to last
9 2025-04-02 22:51 2 KB Murray Altheim to previous | to last
8 2025-04-02 22:42 2 KB Murray Altheim to previous | to last
7 2025-04-02 22:40 1 KB Murray Altheim to previous | to last
6 2025-04-02 22:38 1 KB Murray Altheim to previous | to last
5 2025-04-02 22:37 1 KB Murray Altheim to previous | to last
4 2025-04-02 22:28 1 KB Murray Altheim to previous | to last
3 2021-12-22 07:08 437 bytes Murray Altheim to previous | to last
2 2021-11-29 10:39 422 bytes Murray Altheim to previous | to last
1 2021-11-27 23:10 297 bytes Murray Altheim to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
__[MicroPython]__ is a version of the [Python] programming language suitable for microcontrollers.
__[MicroPython]__ is a version of the [Python] programming language suitable for [microcontrollers].
At line 9 changed one line
MicroPython is a version of the Python programming language designed for use on microcontrollers like the ESP32, STM32, RP2040, etc. Installation instructions are available from the micropython.org ''Quick Reference'' page for each microcontroller, which is generally downloading the distribution file and installing it over a USB connection.
__MicroPython__ is a version of the [Python] programming language designed for use on microcontrollers like the [ESP32], [STM32], [RP2040], etc. Installation instructions are available from the ''Quick Reference'' page for each microcontroller (sidebar links from the [Documentation|https://docs.micropython.org/en/latest/index.html] page), which is generally: downloading the distribution file and installing it over a USB connection.
At line 15 added 5 lines
The following MicroPython distributions include "baked-in" support for many Pimoroni products:
* [Pimoroni MicroPython distribution for RP2040|https://github.com/pimoroni/pimoroni-pico#micropython]
* [Pimoroni MicroPython distribution for RP2350|https://github.com/pimoroni/pimoroni-pico-rp2350]
At line 37 changed one line
!! Libraries
!! Libraries & Resources
At line 39 changed one line
* [MicroPython libraries|https://docs.pycom.io/firmwareapi/micropython/] curated list from PyCom
* [micropython-lib|https://github.com/micropython/micropython-lib/], a repository of packages designed to be useful for writing MicroPython applications