W55MH32 MicroPython
W55MH32 Supported Libraries
W55MH32 Board References
MicroPython Reference Script
Basic Module Overview
W55MH32 and XiaoZhi Chatbot
MicroPython license information
W55MH32 MicroPython
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Z
_
__add__() (array.array method)
__contains__() (btree.btree method)
__delitem__() (btree.btree method)
__getitem__() (array.array method)
(btree.btree method)
(neopixel.NeoPixel method)
__iadd__() (array.array method)
__init__() (cryptolib.aes class method)
__iter__() (btree.btree method)
__len__() (array.array method)
(neopixel.NeoPixel method)
__repr__() (array.array method)
__setitem__() (array.array method)
(btree.btree method)
(neopixel.NeoPixel method)
_thread
module
A
a2b_base64() (in module binascii)
abs()
built-in function
accept() (socket.socket method)
acos() (in module math)
acosh() (in module math)
acquire() (asyncio.Lock method)
active() (bluetooth.BLE method)
ADC (class in machine)
ADCBlock (class in machine)
addressof() (in module uctypes)
aes (class in cryptolib)
AF_INET (in module socket)
AF_INET6 (in module socket)
all()
built-in function
any()
built-in function
any() (machine.UART method)
(machine.USB_VCP method)
(micropython.RingIO method)
append() (array.array method)
(collections.deque method)
appendleft() (collections.deque method)
argv (in module sys)
array
module
array (class in array)
ARRAY (in module uctypes)
asin() (in module math)
asinh() (in module math)
AssertionError
asyncio
module
atan() (in module math)
atan2() (in module math)
atanh() (in module math)
atexit() (in module sys)
AttributeError
B
b2a_base64() (in module binascii)
BIG_ENDIAN (in module uctypes)
bin()
built-in function
binascii
module
bind() (socket.socket method)
bitstream() (in module machine)
BLE (class in bluetooth)
blit() (framebuf.FrameBuffer method)
bluetooth
module
bool (built-in class)
btree
module
built-in function
abs()
all()
any()
bin()
callable()
chr()
classmethod()
compile()
delattr()
dir()
divmod()
enumerate()
eval()
exec()
filter()
get_tempo()
getattr()
globals()
hasattr()
hash()
hex()
id()
input()
isinstance()
issubclass()
iter()
len()
locals()
map()
max()
min()
next()
oct()
open()
ord()
pitch()
play()
pow()
print()
property()
range()
repr()
reset()
reversed()
round()
set_tempo()
setattr()
sorted()
staticmethod()
stop()
sum()
super()
type()
zip()
bytearray (built-in class)
bytearray_at() (in module uctypes)
byteorder (in module sys)
bytes (built-in class)
bytes_at() (in module uctypes)
BytesIO (class in io)
C
calcsize() (in module struct)
calibration() (machine.RTC method)
call_exception_handler() (asyncio.Loop method)
callable()
built-in function
callback() (machine.Timer method)
CAN (class in machine)
CAN.FLAG_EXT_ID (in module machine)
CAN.FLAG_RTR (in module machine)
CAN.FLAG_UNORDERED (in module machine)
CAN.IRQ_RX (in module machine)
CAN.IRQ_STATE (in module machine)
CAN.IRQ_TX (in module machine)
CAN.IRQ_TX_FAILED (in module machine)
CAN.IRQ_TX_IDX_MASK (in module machine)
CAN.IRQ_TX_IDX_SHIFT (in module machine)
CAN.MODE_LOOPBACK (in module machine)
CAN.MODE_NORMAL (in module machine)
CAN.MODE_SILENT (in module machine)
CAN.MODE_SILENT_LOOPBACK (in module machine)
CAN.MODE_SLEEP (in module machine)
CAN.RECV_ERR_FULL (in module machine)
CAN.RECV_ERR_OVERRUN (in module machine)
CAN.STATE_ACTIVE (in module machine)
CAN.STATE_BUS_OFF (in module machine)
CAN.STATE_PASSIVE (in module machine)
CAN.STATE_STOPPED (in module machine)
CAN.STATE_WARNING (in module machine)
CAN.TX_QUEUE_LEN (in module machine)
cancel() (asyncio.Task method)
cancel_send() (machine.CAN method)
ceil() (in module math)
channel() (machine.Timer method)
chdir() (in module os)
choice() (in module random)
chr()
built-in function
classmethod()
built-in function
clear() (asyncio.Event method)
(asyncio.ThreadSafeFlag method)
close() (asyncio.Loop method)
(btree.btree method)
(machine.USB_VCP method)
(micropython.RingIO method)
(socket.socket method)
cmath
module
collect() (in module gc)
collections
module
compile()
built-in function
compile() (in module re)
complex (built-in class)
compress() (in module gzip)
(in module zlib)
config() (bluetooth.BLE method)
connect() (machine.ADCBlock method)
(socket.socket method)
const() (in module micropython)
copysign() (in module math)
cos() (in module cmath)
(in module math)
cosh() (in module math)
counter() (machine.Timer method)
country() (in module network)
crc32() (in module binascii)
create_task() (asyncio.Loop method)
(in module asyncio)
cryptolib
module
current_task() (in module asyncio)
D
DAC (class in machine)
DAC.CIRCULAR (in module machine)
DAC.NORMAL (in module machine)
datetime() (machine.RTC method)
DEBUG (in module re)
decode() (mp3.Decoder method)
Decoder (class in mp3)
decompress() (in module gzip)
(in module zlib)
decrypt() (cryptolib.aes method)
default_exception_handler() (asyncio.Loop method)
deflate
module
deflate.AUTO (in module deflate)
deflate.GZIP (in module deflate)
deflate.RAW (in module deflate)
deflate.ZLIB (in module deflate)
DeflateIO (class in deflate)
degrees() (in module math)
deinit() (machine.CAN method)
(machine.DAC method)
(machine.I2S method)
(machine.PWM method)
(machine.SPI method)
(machine.Timer method)
(machine.UART method)
(mp3.Decoder method)
delattr()
built-in function
deque (class in collections)
DESC (in module btree)
dict (built-in class)
digest() (hashlib.hash method)
(sha1.hash method)
dir()
built-in function
disable() (in module gc)
divmod()
built-in function
dot() (lcd160cr.LCD160CR method)
dot_no_clip() (lcd160cr.LCD160CR method)
dump() (in module json)
dumps() (in module json)
(in module marshal)
dupterm() (in module os)
duty_ns() (machine.PWM method)
duty_u16() (machine.PWM method)
E
e (in module cmath)
(in module math)
ellipse() (framebuf.FrameBuffer method)
enable() (in module gc)
encrypt() (cryptolib.aes method)
end() (re.match method)
enumerate()
built-in function
erase() (lcd160cr.LCD160CR method)
erf() (in module math)
erfc() (in module math)
errno
module
errorcode (in module errno)
eval()
built-in function
Event (class in asyncio)
Exception
exec()
built-in function
exit() (in module sys)
exp() (in module cmath)
(in module math)
expm1() (in module math)
extend() (array.array method)
(collections.deque method)
F
fabs() (in module math)
fast_spi() (lcd160cr.LCD160CR method)
feed() (machine.WDT method)
feed_wdt() (lcd160cr.LCD160CR method)
fill() (framebuf.FrameBuffer method)
(neopixel.NeoPixel method)
fill_rect() (framebuf.FrameBuffer method)
filter()
built-in function
Flash (class in machine)
float (built-in class)
FLOAT32 (in module uctypes)
FLOAT64 (in module uctypes)
floor() (in module math)
flush() (btree.btree method)
(machine.UART method)
fmod() (in module math)
framebuf
module
framebuf.GS2_HMSB (in module framebuf)
framebuf.GS4_HMSB (in module framebuf)
framebuf.GS8 (in module framebuf)
framebuf.MONO_HLSB (in module framebuf)
framebuf.MONO_HMSB (in module framebuf)
framebuf.MONO_VLSB (in module framebuf)
framebuf.RGB565 (in module framebuf)
FrameBuffer (class in framebuf)
freq() (machine.PWM method)
(machine.Timer method)
frexp() (in module math)
from_bytes() (int class method)
frozenset (built-in class)
G
gamma() (in module math)
gap_advertise() (bluetooth.BLE method)
gap_connect() (bluetooth.BLE method)
gap_disconnect() (bluetooth.BLE method)
gap_pair() (bluetooth.BLE method)
gap_passkey() (bluetooth.BLE method)
gap_scan() (bluetooth.BLE method)
gather() (in module asyncio)
gattc_discover_characteristics() (bluetooth.BLE method)
gattc_discover_descriptors() (bluetooth.BLE method)
gattc_discover_services() (bluetooth.BLE method)
gattc_exchange_mtu() (bluetooth.BLE method)
gattc_read() (bluetooth.BLE method)
gattc_write() (bluetooth.BLE method)
gatts_indicate() (bluetooth.BLE method)
gatts_notify() (bluetooth.BLE method)
gatts_read() (bluetooth.BLE method)
gatts_register_services() (bluetooth.BLE method)
gatts_set_buffer() (bluetooth.BLE method)
gatts_write() (bluetooth.BLE method)
gc
module
get() (btree.btree method)
get_ciphers() (ssl.SSLContext method)
get_counters() (machine.CAN method)
get_event_loop() (in module asyncio)
get_exception_handler() (asyncio.Loop method)
get_line() (lcd160cr.LCD160CR method)
get_pixel() (lcd160cr.LCD160CR method)
get_tempo()
built-in function
get_timings() (machine.CAN method)
get_touch() (lcd160cr.LCD160CR method)
getaddrinfo() (in module socket)
getattr()
built-in function
getcwd() (in module os)
getrandbits() (in module random)
getvalue() (io.BytesIO method)
globals()
built-in function
gmtime() (in module time)
GPIO_BSRR (in module stm)
GPIO_IDR (in module stm)
GPIO_ODR (in module stm)
GPIOA (in module stm)
GPIOB (in module stm)
group() (re.match method)
groups() (re.match method)
gzip
module
GzipFile (class in gzip)
H
hasattr()
built-in function
hash()
built-in function
hashlib
module
hashlib.sha256 (class in hashlib)
heap_lock() (in module micropython)
heap_unlock() (in module micropython)
heapify() (in module heapq)
heappop() (in module heapq)
heappush() (in module heapq)
heapq
module
hex()
built-in function
hexdigest() (hashlib.hash method)
(sha1.hash method)
hexlify() (in module binascii)
high() (machine.Pin method)
hline() (framebuf.FrameBuffer method)
hostname() (in module network)
I
I2C (class in machine)
I2S (class in machine)
I2S.MONO (in module machine)
I2S.RX (in module machine)
I2S.STEREO (in module machine)
I2S.TX (in module machine)
id()
built-in function
idle() (in module machine)
ilistdir() (in module os)
implementation (in module sys)
ImportError
INCL (in module btree)
IndexError
inet_ntop() (in module socket)
inet_pton() (in module socket)
info() (machine.RTC method)
init() (machine.ADC method)
(machine.ADCBlock method)
(machine.DAC method)
(machine.I2C method)
(machine.I2S method)
(machine.Pin method)
(machine.PWM method)
(machine.SPI method)
(machine.Timer method)
(machine.UART method)
(machine.USB_VCP method)
input()
built-in function
int (built-in class)
INT16 (in module uctypes)
INT32 (in module uctypes)
INT64 (in module uctypes)
INT8 (in module uctypes)
io
module
ioctl() (machine.Flash method)
ipconfig() (in module network)
ipoll() (select.poll method)
IPPROTO_SEC (in module socket)
IPPROTO_TCP (in module socket)
IPPROTO_UDP (in module socket)
irq() (bluetooth.BLE method)
(machine.CAN method)
(machine.I2S method)
(machine.Pin method)
(machine.UART method)
(machine.USB_VCP method)
is_set() (asyncio.Event method)
is_touched() (lcd160cr.LCD160CR method)
isconnected() (machine.USB_VCP method)
isfinite() (in module math)
isinf() (in module math)
isinstance()
built-in function
isnan() (in module math)
issubclass()
built-in function
items() (btree.btree method)
iter()
built-in function
J
jpeg() (lcd160cr.LCD160CR method)
jpeg_data() (lcd160cr.LCD160CR method)
jpeg_start() (lcd160cr.LCD160CR method)
json
module
K
kbd_intr() (in module micropython)
KeyboardInterrupt
KeyError
keys() (btree.btree method)
L
l2cap_connect() (bluetooth.BLE method)
l2cap_disconnect() (bluetooth.BLE method)
l2cap_listen() (bluetooth.BLE method)
l2cap_recvinto() (bluetooth.BLE method)
l2cap_send() (bluetooth.BLE method)
lcd160cr
module
LCD160CR (class in lcd160cr)
LCD160CR.h (in module lcd160cr)
lcd160cr.LANDSCAPE (in module lcd160cr)
lcd160cr.LANDSCAPE_UPSIDEDOWN (in module lcd160cr)
lcd160cr.PORTRAIT (in module lcd160cr)
lcd160cr.PORTRAIT_UPSIDEDOWN (in module lcd160cr)
lcd160cr.STARTUP_DECO_INFO (in module lcd160cr)
lcd160cr.STARTUP_DECO_MLOGO (in module lcd160cr)
lcd160cr.STARTUP_DECO_NONE (in module lcd160cr)
LCD160CR.w (in module lcd160cr)
ldexp() (in module math)
len()
built-in function
lgamma() (in module math)
libc_ver() (in module platform)
line() (framebuf.FrameBuffer method)
(lcd160cr.LCD160CR method)
line_no_clip() (lcd160cr.LCD160CR method)
list (built-in class)
listdir() (in module os)
listen() (socket.socket method)
LITTLE_ENDIAN (in module uctypes)
load() (in module json)
load_cert_chain() (ssl.SSLContext method)
load_verify_locations() (ssl.SSLContext method)
loads() (in module json)
(in module marshal)
locals()
built-in function
localtime() (in module time)
Lock (class in asyncio)
locked() (asyncio.Lock method)
log() (in module cmath)
(in module math)
log10() (in module cmath)
(in module math)
log2() (in module math)
Loop (class in asyncio)
low() (machine.Pin method)
M
machine
module
machine.IDLE (in module machine)
machine.WDT_RESET (in module machine)
MADC (class in machine)
makefile() (socket.socket method)
map()
built-in function
marshal
module
match() (in module re)
(re.regex method)
math
module
max()
built-in function
maxsize (in module sys)
mem16 (in module machine)
(in module stm)
mem32 (in module machine)
(in module stm)
mem8 (in module machine)
(in module stm)
mem_alloc() (in module gc)
mem_free() (in module gc)
mem_info() (in module micropython)
MemoryError
memoryview (built-in class)
micropython
module
min()
built-in function
mkdir() (in module os)
mkfs() (vfs.VfsFat static method)
mktime() (in module time)
modf() (in module math)
modify() (select.poll method)
module
_thread
array
asyncio
binascii
bluetooth
btree
cmath
collections
cryptolib
deflate
errno
framebuf
gc
gzip
hashlib
heapq
io
json
lcd160cr
machine
marshal
math
micropython
mp3
neopixel
network
os
platform
random
re
select
sha1
socket
ssl
stm
struct
sys
time
uctypes
vfs
zlib
modules (in module sys)
mount() (in module os)
(in module vfs)
mp3
module
N
namedtuple() (in module collections)
NameError
NATIVE (in module uctypes)
neopixel
module
NeoPixel (class in neopixel)
network
module
new_event_loop() (in module asyncio)
next()
built-in function
noise() (machine.DAC method)
NotImplementedError
O
object (built-in class)
oct()
built-in function
off() (machine.Pin method)
(machine.Signal method)
on() (machine.Pin method)
(machine.Signal method)
open()
built-in function
open() (in module btree)
(in module gzip)
(in module io)
opt_level() (in module micropython)
ord()
built-in function
OrderedDict (class in collections)
os
module
OSError
P
pack() (in module struct)
pack_into() (in module struct)
path (in module sys)
period() (machine.Timer method)
phase() (in module cmath)
pi (in module cmath)
(in module math)
Pin (class in machine)
Pin.ANALOG (in module machine)
Pin.DRIVE_0 (in module machine)
Pin.DRIVE_1 (in module machine)
Pin.DRIVE_2 (in module machine)
Pin.IN (in module machine)
Pin.IRQ_FALLING (in module machine)
Pin.IRQ_RISING (in module machine)
Pin.OPEN_DRAIN (in module machine)
Pin.OUT (in module machine)
Pin.PULL_DOWN (in module machine)
Pin.PULL_UP (in module machine)
pitch()
built-in function
pixel() (framebuf.FrameBuffer method)
platform
module
platform (in module sys)
platform() (in module platform)
play()
built-in function
polar() (in module cmath)
poll() (in module select)
(select.poll method)
poly() (framebuf.FrameBuffer method)
poly_dot() (lcd160cr.LCD160CR method)
poly_line() (lcd160cr.LCD160CR method)
pop() (collections.deque method)
popitem() (collections.OrderedDict method)
popleft() (collections.deque method)
pow()
built-in function
pow() (in module math)
prescaler() (machine.Timer method)
print()
built-in function
print_exception() (in module sys)
processor() (in module platform)
property()
built-in function
ps1 (in module sys)
ps2 (in module sys)
PTR (in module uctypes)
pull() (machine.Pin method)
PWM (class in machine)
python_compiler() (in module platform)
Q
qstr_info() (in module micropython)
R
radians() (in module math)
randint() (in module random)
random
module
random() (in module random)
randrange() (in module random)
range()
built-in function
re
module
read() (machine.MADC method)
(machine.SPI method)
(machine.UART method)
(machine.USB_VCP method)
(micropython.RingIO method)
(socket.socket method)
read_timed() (machine.MADC method)
read_u16() (machine.ADC method)
readblocks() (machine.Flash method)
readfrom() (machine.I2C method)
readfrom_into() (machine.I2C method)
readfrom_mem() (machine.I2C method)
readfrom_mem_into() (machine.I2C method)
readinto() (machine.I2C method)
(machine.I2S method)
(machine.SPI method)
(machine.UART method)
(machine.USB_VCP method)
(micropython.RingIO method)
(socket.socket method)
readline() (machine.UART method)
(machine.USB_VCP method)
(micropython.RingIO method)
(socket.socket method)
readlines() (machine.USB_VCP method)
rect() (in module cmath)
(lcd160cr.LCD160CR method)
rect_interior() (lcd160cr.LCD160CR method)
rect_interior_no_clip() (lcd160cr.LCD160CR method)
rect_no_clip() (lcd160cr.LCD160CR method)
rect_outline() (lcd160cr.LCD160CR method)
rect_outline_no_clip() (lcd160cr.LCD160CR method)
recv() (machine.CAN method)
(machine.USB_VCP method)
(pyb.USB_HID method)
(socket.socket method)
recvfrom() (socket.socket method)
register() (select.poll method)
regs() (network.WIZNET5K method)
release() (asyncio.Lock method)
remove() (in module os)
rename() (in module os)
repr()
built-in function
reset()
built-in function
reset() (in module machine)
(lcd160cr.LCD160CR method)
reset_cause() (in module machine)
restart() (machine.CAN method)
reversed()
built-in function
rfcore_fw_version() (in module stm)
rfcore_status() (in module stm)
rfcore_sys_hci() (in module stm)
rgb() (lcd160cr.LCD160CR static method)
RingIO (class in micropython)
rmdir() (in module os)
round()
built-in function
RTC (class in machine)
run() (in module asyncio)
run_forever() (asyncio.Loop method)
run_until_complete() (asyncio.Loop method)
RuntimeError
S
save_to_flash() (lcd160cr.LCD160CR method)
scan() (machine.I2C method)
schedule() (in module micropython)
screen_dump() (lcd160cr.LCD160CR method)
screen_load() (lcd160cr.LCD160CR method)
scroll() (framebuf.FrameBuffer method)
search() (in module re)
(re.regex method)
seed() (in module random)
select
module
select() (in module select)
send() (machine.CAN method)
(machine.USB_VCP method)
(pyb.USB_HID method)
(socket.socket method)
sendall() (socket.socket method)
sendbreak() (machine.UART method)
sendto() (socket.socket method)
set (built-in class)
set() (asyncio.Event method)
(asyncio.ThreadSafeFlag method)
set_brightness() (lcd160cr.LCD160CR method)
set_ciphers() (ssl.SSLContext method)
set_exception_handler() (asyncio.Loop method)
set_font() (lcd160cr.LCD160CR method)
set_i2c_addr() (lcd160cr.LCD160CR method)
set_orient() (lcd160cr.LCD160CR method)
set_pen() (lcd160cr.LCD160CR method)
set_pixel() (lcd160cr.LCD160CR method)
set_pos() (lcd160cr.LCD160CR method)
set_power() (lcd160cr.LCD160CR method)
set_scroll() (lcd160cr.LCD160CR method)
set_scroll_buf() (lcd160cr.LCD160CR method)
set_scroll_win() (lcd160cr.LCD160CR method)
set_scroll_win_param() (lcd160cr.LCD160CR method)
set_spi_win() (lcd160cr.LCD160CR method)
set_startup_deco() (lcd160cr.LCD160CR method)
set_tempo()
built-in function
set_text_color() (lcd160cr.LCD160CR method)
set_uart_baudrate() (lcd160cr.LCD160CR method)
setattr()
built-in function
setblocking() (socket.socket method)
setinterrupt() (machine.USB_VCP method)
setsockopt() (socket.socket method)
settimeout() (socket.socket method)
settrace() (in module sys)
sha1
module
sha1.sha1 (class in sha1)
shift() (machine.I2S static method)
show_framebuf() (lcd160cr.LCD160CR method)
Signal (class in machine)
sin() (in module cmath)
(in module math)
sinh() (in module math)
sizeof() (in module uctypes)
sleep() (in module asyncio)
(in module time)
sleep_ms() (in module asyncio)
(in module time)
sleep_us() (in module time)
slice (built-in class)
SOCK_DGRAM (in module socket)
SOCK_STREAM (in module socket)
socket
module
socket (class in socket)
socket.error
soft_reset() (in module machine)
SoftI2C (class in machine)
SoftSPI (class in machine)
SoftSPI.LSB (in module machine)
SoftSPI.MSB (in module machine)
sorted()
built-in function
source_freq() (machine.Timer method)
span() (re.match method)
SPI (class in machine)
SPI.LSB (in module machine)
SPI.MSB (in module machine)
split() (re.regex method)
sqrt() (in module cmath)
(in module math)
ssl
module
ssl.CERT_NONE (in module ssl)
ssl.CERT_OPTIONAL (in module ssl)
ssl.CERT_REQUIRED (in module ssl)
ssl.PROTOCOL_DTLS_CLIENT (in module ssl)
ssl.PROTOCOL_DTLS_SERVER (in module ssl)
ssl.PROTOCOL_TLS_CLIENT (in module ssl)
ssl.PROTOCOL_TLS_SERVER (in module ssl)
ssl.SSLError (in module ssl)
ssl.wrap_socket() (in module ssl)
SSLContext (class in ssl)
stack_use() (in module micropython)
start() (machine.I2C method)
(re.match method)
stat() (in module os)
state() (machine.CAN method)
staticmethod()
built-in function
statvfs() (in module os)
stderr (in module sys)
stdin (in module sys)
stdout (in module sys)
stm
module
stop()
built-in function
stop() (asyncio.Loop method)
(machine.I2C method)
StopIteration
str (built-in class)
StringIO (class in io)
struct
module
struct (class in uctypes)
sub() (in module re)
(re.regex method)
subghz_cs() (in module stm)
subghz_irq() (in module stm)
subghz_is_busy() (in module stm)
sum()
built-in function
super()
built-in function
sync() (in module os)
SyntaxError
sys
module
SystemExit
T
tan() (in module math)
tanh() (in module math)
Task (class in asyncio)
text() (framebuf.FrameBuffer method)
ThreadSafeFlag (class in asyncio)
threshold() (in module gc)
ticks_add() (in module time)
ticks_cpu() (in module time)
ticks_diff() (in module time)
ticks_ms() (in module time)
ticks_us() (in module time)
time
module
time() (in module time)
time_ns() (in module time)
Timer (class in machine)
Timer.BRK_HIGH (in module machine)
Timer.BRK_LOW (in module machine)
Timer.BRK_OFF (in module machine)
Timer.CENTER (in module machine)
Timer.DOWN (in module machine)
Timer.UP (in module machine)
to_bytes() (int method)
touch_config() (lcd160cr.LCD160CR method)
tracebacklimit (in module sys)
triangle() (machine.DAC method)
trunc() (in module math)
tuple (built-in class)
txdone() (machine.UART method)
type()
built-in function
TypeError
U
UART (class in machine)
UART.CTS (in module machine)
UART.IRQ_RX (in module machine)
UART.IRQ_RXIDLE (in module machine)
UART.RTS (in module machine)
uctypes
module
UINT16 (in module uctypes)
UINT32 (in module uctypes)
UINT64 (in module uctypes)
UINT8 (in module uctypes)
umount() (in module os)
(in module vfs)
uname() (in module os)
unhexlify() (in module binascii)
uniform() (in module random)
unpack() (in module struct)
unpack_from() (in module struct)
unregister() (select.poll method)
update() (hashlib.hash method)
(sha1.hash method)
USB_HID (class in pyb)
USB_VCP (class in machine)
USB_VCP.CTS (in module machine)
USB_VCP.IRQ_RX (in module machine)
USB_VCP.RTS (in module machine)
UUID (class in bluetooth)
V
value() (machine.Pin method)
(machine.Signal method)
ValueError
values() (btree.btree method)
verify_mode (ssl.SSLContext attribute)
version (in module sys)
version_info (in module sys)
vfs
module
VfsFat (class in os)
(class in vfs)
VfsLfs1 (class in os)
VfsLfs2 (class in os)
VfsPosix (class in os)
vline() (framebuf.FrameBuffer method)
VOID (in module uctypes)
volume() (mp3.Decoder method)
W
wait() (asyncio.Event method)
(asyncio.ThreadSafeFlag method)
wait_for() (in module asyncio)
wait_for_ms() (in module asyncio)
WDT (class in machine)
WIZNET5K (class in network)
wrap_socket() (ssl.SSLContext method)
write() (lcd160cr.LCD160CR method)
(machine.DAC method)
(machine.I2C method)
(machine.I2S method)
(machine.SPI method)
(machine.UART method)
(machine.USB_VCP method)
(micropython.RingIO method)
(neopixel.NeoPixel method)
(socket.socket method)
write_readinto() (machine.SPI method)
write_timed() (machine.DAC method)
writeblocks() (machine.Flash method)
writeto() (machine.I2C method)
writeto_mem() (machine.I2C method)
writevto() (machine.I2C method)
Z
ZeroDivisionError
zip()
built-in function
zlib
module