Warning:

To protect the digital assets of creators and enhance system security and stability, the CyberBrick Multi-Function Core Board does not support firmware flashing with any third-party tools! If you need to restore the Multi-Function Core Board to its factory state, please wait for the official recovery tool to be released by CyberBrick. If you proceed to flash the firmware using third-party tools, the firmware of the Multi-Function Core Board will be permanently damaged and cannot be recovered. CyberBrick will not be responsible for any consequences resulting from such operations.

This documentation is adapted from the official MicroPython project. The CyberBrick team has extended the source code with custom interfaces and features to our hardware and application needs.

In addition to these enhancements, certain built-in MicroPython interfaces have been intentionally disabled to protect the system's integrity, and ensure the overall security and reliability of the device. This also facilitates content protection for creators' intellectual property, where applicable.

Portions of the content are derived from the official MicroPython documentation and have been included here under its open-source license to provide users with a consistent and enriched development experience tailored to the CyberBrick platform.

Python Module Index

_ | a | b | c | d | e | f | g | h | i | j | m | n | o | p | r | s | t | u | v | z
 
_
_thread multithreading support
 
a
aioespnow ESP-NOW :doc:`asyncio` support
array efficient arrays of numeric data
asyncio asynchronous I/O scheduler for writing concurrent code
 
b
bbl
    bbl.buzzer
    bbl.leds
    bbl.motors
    bbl.servos
binascii binary/ASCII conversions
btree simple BTree database
 
c
cmath mathematical functions for complex numbers
collections collection and container types
cryptolib cryptographic ciphers
 
d
deflate deflate compression & decompression
 
e
errno system error codes
esp functions related to the ESP8266 and ESP32
esp32 functionality specific to the ESP32
espnow ESP-NOW wireless protocol support
 
f
framebuf Frame buffer manipulation
 
g
gc control the garbage collector
gzip gzip compression & decompression
 
h
hashlib hashing algorithms
heapq heap queue algorithm
 
i
io input/output streams
 
j
json JSON encoding and decoding
 
m
machine functions related to the hardware
math mathematical functions
micropython access and control MicroPython internals
 
n
neopixel control of WS2812 / NeoPixel LEDs
network network configuration
 
o
os basic "operating system" services
 
p
platform access to underlying platform’s identifying data
 
r
random random numbers
re regular expressions
 
s
select wait for events on a set of streams
socket socket module
ssl TLS/SSL wrapper for socket objects
struct pack and unpack primitive data types
sys system specific functions
 
t
time time related functions
 
u
uctypes access binary data in a structured way
 
v
vfs virtual filesystem control
 
z
zlib zlib compression & decompression