MicroPython-specific libraries
MicroPython-specific libraries support status and examples - MicroPython official website link.
Libraries |
Supported or not |
Description |
---|---|---|
bluetooth |
❌ |
low-level Bluetooth |
btree |
❌ |
simple BTree database |
cryptolib |
✅ |
cryptographic ciphers |
deflate |
⏳ |
deflate compression & decompression |
framebuf |
✅ |
frame buffer manipulation |
machine |
❌ |
functions related to the hardware |
micropython |
✅ |
access and control MicroPython internals |
neopixel |
❌ |
control of WS2812 / NeoPixel LEDs |
network |
❌ |
network configuration |
openamp |
❌ |
provides standard Asymmetric Multiprocessing (AMP) support |
uctypes |
✅ |
access binary data in a structured way |
vfs |
✅ |
virtual filesystem control |