MicroPython
1.22
MicroPython库
MicroPython语言和实现
MicroPython与CPython的区别
MicroPython 许可证信息
openmvcam快速参考
MicroPython
索引
索引
|
_
|
A
|
B
|
C
|
|
C
|
D
|
E
|
F
|
G
|
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
|
.mpy 文件
.py 文件
_
__add__() (array.array 方法)
__call__() (machine.Pin 方法)
__contains__() (btree.btree 方法)
__delitem__() (btree.btree 方法)
__getitem__() (array.array 方法)
__getitem__() (btree.btree 方法)
__getitem__() (neopixel.NeoPixel 方法)
__iadd__() (array.array 方法)
__init__()(cryptolib.aes 类方法)
__iter__() (btree.btree 方法)
__len__() (array.array 方法)
__len__() (neopixel.NeoPixel 方法)
__read_reg()(在 imu 模块中)
__read_reg()(在 sensor 模块中)
__repr__() (array.array 方法)
__setitem__() (array.array 方法)
__setitem__() (btree.btree 方法)
__setitem__() (neopixel.NeoPixel 方法)
__str__() (pyb.Pin 方法)
__str__() (pyb.pinaf 方法)
__write_reg()(在 imu 模块中)
__write_reg()(在 sensor 模块中)
_read_reg() (gt911.GT911 方法)
_thread
module
_write_reg() (gt911.GT911 方法)
A
a2b_base64()(在 binascii 模块中)
a_bins() (image.histogram 方法)
a_lq() (image.statistics 方法)
a_max() (image.statistics 方法)
a_mean() (image.statistics 方法)
a_median() (image.statistics 方法)
a_min() (image.statistics 方法)
a_mode() (image.statistics 方法)
a_stdev() (image.statistics 方法)
a_uq() (image.statistics 方法)
a_value() (image.percentile 方法)
a_value() (image.threshold 方法)
abs()
built-in function
AbstractBlockDev(vfs 中的类)
AbstractNIC(network 中的类)
acceleration_mg()(在 imu 模块中)
accept() (socket.socket 方法)
acos()(在 math 模块中)
acosh()(在 math 模块中)
acquire() (asyncio.Lock 方法)
active() (bluetooth.BLE 方法)
active() (machine.USBDevice 方法)
active() (network.AbstractNIC 方法)
active() (network.LAN 方法)
active() (network.WINC 方法)
active() (network.WLAN 方法)
ADCBlock(machine 中的类)
ADC(machine 中的类)
ADC(pyb 中的类)
add() (image.Image 方法)
add_bounding_boxes() (ml.utils.NMS 方法)
add_frame() (gif.Gif 方法)
add_frame() (mjpeg.Mjpeg 方法)
add_library()
built-in function
addressof()(在 uctypes 模块中)
aes(cryptolib 中的类)
af() (pyb.Pin 方法)
AF_INET()(在 socket 模块中)
AF_INET6()(在 socket 模块中)
af_list() (pyb.Pin 方法)
alarm() (machine.RTC 方法)
alarm_left() (machine.RTC 方法)
all()
built-in function
alloc_emergency_exception_buf()(在 micropython 模块中)
alloc_extra_fb()(在 sensor 模块中)
angle() (pyb.Servo 方法)
angular_rate_mdps()(在 imu 模块中)
any()
built-in function
any() (machine.CAN 方法)
any() (machine.UART 方法)
any() (pyb.CAN 方法)
any() (pyb.UART 方法)
any() (pyb.USB_VCP 方法)
append() (array.array 方法)
append() (collections.deque 方法)
appendleft() (collections.deque 方法)
APPLY_COLOR_PALETTE_FIRST()(在 image 模块中)
apriltag(image 中的类)
arch()(在 omv 模块中)
area() (image.blob 方法)
AREA()(在 image 模块中)
area(image.apriltag 属性)
argv()(在 sys 模块中)
array
module
ARRAY()(在 uctypes 模块中)
array(array 中的类)
ARTOOLKIT()(在 image 模块中)
asin()(在 math 模块中)
asinh()(在 math 模块中)
AssertionError
assign() (image.Image 方法)
asyncio
module
atan()(在 math 模块中)
atan2()(在 math 模块中)
atanh()(在 math 模块中)
atexit()(在 sys 模块中)
AttributeError
audio
module
avg() (time.clock 方法)
awb() (image.Image 方法)
B
B128X128()(在 sensor 模块中)
B128X64()(在 sensor 模块中)
B160X160()(在 sensor 模块中)
b2a_base64()(在 binascii 模块中)
B320X320()(在 sensor 模块中)
B64X32()(在 sensor 模块中)
B64X64()(在 sensor 模块中)
b_and() (image.Image 方法)
b_bins() (image.histogram 方法)
b_lq() (image.statistics 方法)
b_max() (image.statistics 方法)
b_mean() (image.statistics 方法)
b_median() (image.statistics 方法)
b_min() (image.statistics 方法)
b_mode() (image.statistics 方法)
b_nand() (image.Image 方法)
b_nor() (image.Image 方法)
b_or() (image.Image 方法)
b_stdev() (image.statistics 方法)
b_uq() (image.statistics 方法)
b_value() (image.percentile 方法)
b_value() (image.threshold 方法)
b_xnor() (image.Image 方法)
b_xor() (image.Image 方法)
backlight() (display.DACBacklight 方法)
backlight() (display.DSIDisplay 方法)
backlight() (display.PWMBacklight 方法)
backlight() (display.RGBDisplay 方法)
backlight() (display.SPIDisplay 方法)
barcode(image 中的类)
baremetal
BAYER()(在 image 模块中)
BAYER()(在 sensor 模块中)
bgr() (display.SPIDisplay 方法)
BICUBIC()(在 image 模块中)
BIG_ENDIAN()(在 uctypes 模块中)
bilateral() (image.Image 方法)
BILINEAR()(在 image 模块中)
bin()
built-in function
binary() (image.Image 方法)
BINARY()(在 image 模块中)
BINARY()(在 sensor 模块中)
binary_to_grayscale()(在 image 模块中)
binary_to_lab()(在 image 模块中)
binary_to_rgb()(在 image 模块中)
binary_to_yuv()(在 image 模块中)
binascii
module
bind() (socket.socket 方法)
bins() (image.histogram 方法)
bitstream()(在 machine 模块中)
BLACK_BACKGROUND()(在 image 模块中)
black_hat() (image.Image 方法)
blend() (image.Image 方法)
BLE(bluetooth 中的类)
blit() (framebuf.FrameBuffer 方法)
blob(image 中的类)
block() (machine.ADC 方法)
bluetooth
module
bno055
module
board_id()(在 omv 模块中)
board_type()(在 omv 模块中)
bool(内置类)
bootloader()(在 machine 模块中)
bootloader()(在 pyb 模块中)
btree
module
buffer_size() (image.ImageIO 方法)
built-in function
abs()
add_library()
all()
any()
bin()
callable()
chr()
classmethod()
compile()
delattr()
dir()
divmod()
enumerate()
eval()
exec()
filter()
freeze()
freeze_as_mpy()
freeze_as_str()
freeze_mpy()
getattr()
globals()
hasattr()
hash()
hex()
id()
include()
input()
isinstance()
issubclass()
iter()
len()
locals()
map()
max()
metadata()
min()
module()
next()
oct()
open()
ord()
package()
pow()
print()
property()
range()
repr()
require()
reversed()
round()
setattr()
sorted()
staticmethod()
sum()
super()
type()
zip()
builtin_driver(machine.USBDevice 属性)
bus_read() (display.DSIDisplay 方法)
bus_write() (display.DSIDisplay 方法)
bus_write() (display.SPIDisplay 方法)
buzzer
module
byte_swap() (display.SPIDisplay 方法)
bytearray() (image.Image 方法)
bytearray_at()(在 uctypes 模块中)
bytearray(内置类)
byteorder()(在 sys 模块中)
bytes_at()(在 uctypes 模块中)
BytesIO(io 中的类)
bytes(内置类)
C
calcsize()(在 struct 模块中)
calibration() (pyb.RTC 方法)
calibration() (pyb.Servo 方法)
call() (rpc.rpc_master 方法)
call_exception_handler() (asyncio.Loop 方法)
callable()
built-in function
callback() (pyb.Timer 方法)
callback() (pyb.timerchannel 方法)
callee-owned 元组
C
CAN.BUS_OFF()(在 machine 模块中)
CAN.BUS_OFF()(在 pyb 模块中)
CAN.DUAL()(在 machine 模块中)
CAN.DUAL()(在 pyb 模块中)
CAN.ERROR_ACTIVE()(在 machine 模块中)
CAN.ERROR_ACTIVE()(在 pyb 模块中)
CAN.ERROR_PASSIVE()(在 machine 模块中)
CAN.ERROR_PASSIVE()(在 pyb 模块中)
CAN.ERROR_WARNING()(在 machine 模块中)
CAN.ERROR_WARNING()(在 pyb 模块中)
CAN.LIST16()(在 pyb 模块中)
CAN.LIST32()(在 machine 模块中)
CAN.LIST32()(在 pyb 模块中)
CAN.LOOPBACK()(在 machine 模块中)
CAN.LOOPBACK()(在 pyb 模块中)
CAN.MASK()(在 pyb 模块中)
CAN.MASK16()(在 pyb 模块中)
CAN.MASK32()(在 pyb 模块中)
CAN.NORMAL()(在 machine 模块中)
CAN.NORMAL()(在 pyb 模块中)
CAN.RANGE()(在 pyb 模块中)
CAN.SILENT()(在 machine 模块中)
CAN.SILENT()(在 pyb 模块中)
CAN.SILENT_LOOPBACK()(在 machine 模块中)
CAN.SILENT_LOOPBACK()(在 pyb 模块中)
CAN.STOPPED()(在 machine 模块中)
CAN.STOPPED()(在 pyb 模块中)
cancel() (asyncio.Task 方法)
cancel() (machine.RTC 方法)
CAN(machine 中的类)
CAN(pyb 中的类)
capacity() (image.datamatrix 方法)
capture() (pyb.timerchannel 方法)
ccm() (image.Image 方法)
ceil()(在 math 模块中)
CENTER()(在 image 模块中)
channel() (pyb.Timer 方法)
channel()(在 tv 模块中)
chdir()(在 os 模块中)
choice()(在 random 模块中)
chr()
built-in function
CIF()(在 sensor 模块中)
circle(image 中的类)
CircuitPython
classmethod()
built-in function
clear() (asyncio.Event 方法)
clear() (asyncio.ThreadSafeFlag 方法)
clear() (display.DSIDisplay 方法)
clear() (display.RGBDisplay 方法)
clear() (display.SPIDisplay 方法)
clear() (image.Image 方法)
clearfilter() (machine.CAN 方法)
clearfilter() (pyb.CAN 方法)
clock(time 中的类)
close() (asyncio.Loop 方法)
close() (asyncio.Server 方法)
close() (asyncio.Stream 方法)
close() (btree.btree 方法)
close() (gif.Gif 方法)
close() (image.Image 方法)
close() (image.ImageIO 方法)
close() (mjpeg.Mjpeg 方法)
close() (pyb.USB_VCP 方法)
close() (socket.socket 方法)
cmath
module
CODABAR()(在 image 模块中)
code() (image.blob 方法)
CODE128()(在 image 模块中)
CODE39()(在 image 模块中)
CODE93()(在 image 模块中)
collect()(在 gc 模块中)
collections
module
columns() (image.datamatrix 方法)
compactness() (image.blob 方法)
compare() (pyb.timerchannel 方法)
compile()
built-in function
compile()(在 re 模块中)
complex(内置类)
compress() (image.Image 方法)
compress()(在 gzip 模块中)
compress()(在 zlib 模块中)
config() (bluetooth.BLE 方法)
config() (machine.USBDevice 方法)
config() (network.AbstractNIC 方法)
config() (network.LAN 方法)
config() (network.WLAN 方法)
connect() (machine.ADCBlock 方法)
connect() (network.AbstractNIC 方法)
connect() (network.WINC 方法)
connect() (network.WLAN 方法)
connect() (socket.socket 方法)
connected_sta() (network.WINC 方法)
const()(在 micropython 模块中)
convexity() (image.blob 方法)
copy() (image.Image 方法)
copysign()(在 math 模块中)
CORNER_AGAST()(在 image 模块中)
CORNER_FAST()(在 image 模块中)
corners() (image.barcode 方法)
corners() (image.blob 方法)
corners() (image.datamatrix 方法)
corners() (image.qrcode 方法)
corners() (image.rect 方法)
corners(image.apriltag 属性)
cos()(在 cmath 模块中)
cos()(在 math 模块中)
cosh()(在 math 模块中)
count() (image.blob 方法)
count() (image.ImageIO 方法)
count() (image.kptmatch 方法)
count() (mjpeg.Mjpeg 方法)
counter() (pyb.Timer 方法)
country()(在 network 模块中)
cpufreq
module
CPython
create_task() (asyncio.Loop 方法)
create_task()(在 asyncio 模块中)
crop() (image.Image 方法)
cryptolib
module
current_task()(在 asyncio 模块中)
cx() (image.blob 方法)
cx() (image.kptmatch 方法)
cxf() (image.blob 方法)
cxf(image.apriltag 属性)
cx(image.apriltag 属性)
cy() (image.blob 方法)
cy() (image.kptmatch 方法)
cyf() (image.blob 方法)
cyf(image.apriltag 属性)
cy(image.apriltag 属性)
D
DAC.CIRCULAR()(在 pyb 模块中)
DAC.NORMAL()(在 pyb 模块中)
DAC(pyb 中的类)
data_type() (image.qrcode 方法)
DATABAR()(在 image 模块中)
DATABAR_EXP()(在 image 模块中)
datamatrix(image 中的类)
datetime() (machine.RTC 方法)
datetime() (pyb.RTC 方法)
dealloc_extra_fb()(在 sensor 模块中)
debug()(pyb.Pin 类方法)
DEBUG()(在 re 模块中)
debug_mode_enabled() (pyb.USB_VCP 方法)
decision_margin(image.apriltag 属性)
decompress()(在 gzip 模块中)
decompress()(在 zlib 模块中)
decrypt() (cryptolib.aes 方法)
deepsleep()(在 machine 模块中)
default_exception_handler() (asyncio.Loop 方法)
deflate
module
deflate.AUTO()(在 deflate 模块中)
deflate.GZIP()(在 deflate 模块中)
deflate.RAW()(在 deflate 模块中)
deflate.ZLIB()(在 deflate 模块中)
DeflateIO(deflate 中的类)
degrees()(在 math 模块中)
deinit() (display.DACBacklight 方法)
deinit() (display.DSIDisplay 方法)
deinit() (display.PWMBacklight 方法)
deinit() (display.RGBDisplay 方法)
deinit() (display.SPIDisplay 方法)
deinit() (machine.CAN 方法)
deinit() (machine.I2S 方法)
deinit() (machine.PWM 方法)
deinit() (machine.RTC 方法)
deinit() (machine.SPI 方法)
deinit() (machine.Timer 方法)
deinit() (machine.UART 方法)
deinit() (openamp.Endpoint 方法)
deinit() (pyb.CAN 方法)
deinit() (pyb.DAC 方法)
deinit() (pyb.I2C 方法)
deinit() (pyb.SPI 方法)
deinit() (pyb.Timer 方法)
deinit() (pyb.UART 方法)
deinit()(在 fir 模块中)
deinit()(在 tv 模块中)
delattr()
built-in function
delay()(在 pyb 模块中)
delete()(在 urequests 模块中)
density() (image.blob 方法)
deque(collections 中的类)
DESC()(在 btree 模块中)
dict()(pyb.Pin 类方法)
dict(内置类)
difference() (image.Image 方法)
digest() (hashlib.hash 方法)
dilate() (image.Image 方法)
dir()
built-in function
disable() (pyb.ExtInt 方法)
disable()(在 gc 模块中)
disable_delays()(在 sensor 模块中)
disable_fb()(在 omv 模块中)
disable_full_flush()(在 sensor 模块中)
disable_irq()(在 machine 模块中)
disable_irq()(在 pyb 模块中)
disconnect() (network.AbstractNIC 方法)
disconnect() (network.WINC 方法)
disconnect() (network.WLAN 方法)
displacement(image 中的类)
display
module
display()(在 tv 模块中)
display.DACBacklight(display 中的类)
display.DisplayData(display 中的类)
display.DSIDisplay(display 中的类)
display.PWMBacklight(display 中的类)
display.RGBDisplay(display 中的类)
display.ST7701(display 中的类)
display_id() (display.display.DisplayData 方法)
divmod()
built-in function
DOUBLE_BUFFER()(在 sensor 模块中)
drain() (asyncio.Stream 方法)
draw_arrow() (image.Image 方法)
draw_circle() (image.Image 方法)
draw_cross() (image.Image 方法)
draw_edges() (image.Image 方法)
draw_ellipse() (image.Image 方法)
draw_image() (image.Image 方法)
draw_ir()(在 fir 模块中)
draw_keypoints() (image.Image 方法)
draw_line() (image.Image 方法)
draw_rectangle() (image.Image 方法)
draw_string() (image.Image 方法)
drive() (machine.Pin 方法)
dump()(在 json 模块中)
dumps()(在 json 模块中)
dupterm()(在 os 模块中)
duty()(在 buzzer 模块中)
duty_ns() (machine.PWM 方法)
duty_u16() (machine.PWM 方法)
E
e()(在 cmath 模块中)
e()(在 math 模块中)
EAN13()(在 image 模块中)
EAN2()(在 image 模块中)
EAN5()(在 image 模块中)
EAN8()(在 image 模块中)
ecc_level() (image.qrcode 方法)
eci() (image.qrcode 方法)
EDGE_CANNY()(在 image 模块中)
EDGE_SIMPLE()(在 image 模块中)
elapsed_micros()(在 pyb 模块中)
elapsed_millis()(在 pyb 模块中)
ellipse() (framebuf.FrameBuffer 方法)
elongation() (image.blob 方法)
enable() (pyb.ExtInt 方法)
enable()(在 gc 模块中)
enable_irq()(在 machine 模块中)
enable_irq()(在 pyb 模块中)
enclosed_ellipse() (image.blob 方法)
enclosing_circle() (image.blob 方法)
encrypt() (cryptolib.aes 方法)
end() (re.match 方法)
Endpoint(openamp 中的类)
enumerate()
built-in function
erf()(在 math 模块中)
erfc()(在 math 模块中)
erode() (image.Image 方法)
errno
module
errorcode()(在 errno 模块中)
eval()
built-in function
Event(asyncio 中的类)
Exception
exec()
built-in function
exit()(在 sys 模块中)
exp()(在 cmath 模块中)
exp()(在 math 模块中)
expm1()(在 math 模块中)
extend() (array.array 方法)
extend() (collections.deque 方法)
extent() (image.blob 方法)
ExtInt.IRQ_FALLING()(在 pyb 模块中)
ExtInt.IRQ_RISING()(在 pyb 模块中)
ExtInt.IRQ_RISING_FALLING()(在 pyb 模块中)
ExtInt(pyb 中的类)
EXTRACT_RGB_CHANNEL_FIRST()(在 image 模块中)
F
fabs()(在 math 模块中)
family(image.apriltag 属性)
fault_debug()(在 pyb 模块中)
feed() (machine.WDT 方法)
FFI
FHD()(在 display 模块中)
FHD()(在 sensor 模块中)
FHVGA()(在 display 模块中)
FHVGA2()(在 display 模块中)
fill() (framebuf.FrameBuffer 方法)
fill() (neopixel.NeoPixel 方法)
filter()
built-in function
find_apriltags() (image.Image 方法)
find_barcodes() (image.Image 方法)
find_blobs() (image.Image 方法)
find_circles() (image.Image 方法)
find_datamatrices() (image.Image 方法)
find_displacement() (image.Image 方法)
find_edges() (image.Image 方法)
find_eye() (image.Image 方法)
find_features() (image.Image 方法)
find_hog() (image.Image 方法)
find_keypoints() (image.Image 方法)
find_lbp() (image.Image 方法)
find_line_segments() (image.Image 方法)
find_lines() (image.Image 方法)
find_qrcodes() (image.Image 方法)
find_rects() (image.Image 方法)
find_template() (image.Image 方法)
fir
module
FIR_AMG8833()(在 fir 模块中)
FIR_LEPTON()(在 fir 模块中)
FIR_MLX90621()(在 fir 模块中)
FIR_MLX90640()(在 fir 模块中)
FIR_MLX90641()(在 fir 模块中)
FIR_NONE()(在 fir 模块中)
FIR_SHIELD()(在 fir 模块中)
Flash(pyb 中的类)
FLOAT32()(在 uctypes 模块中)
FLOAT64()(在 uctypes 模块中)
float(内置类)
flood_fill() (image.Image 方法)
floor()(在 math 模块中)
flush() (btree.btree 方法)
flush() (image.Image 方法)
flush() (machine.UART 方法)
flush()(在 sensor 模块中)
fmod()(在 math 模块中)
format() (gif.Gif 方法)
format() (image.Image 方法)
fps() (time.clock 方法)
frame_callback() (display.DisplayData 方法)
framebuf
module
framebuf.GS2_HMSB()(在 framebuf 模块中)
framebuf.GS4_HMSB()(在 framebuf 模块中)
framebuf.GS8()(在 framebuf 模块中)
framebuf.MONO_HLSB()(在 framebuf 模块中)
framebuf.MONO_HMSB()(在 framebuf 模块中)
framebuf.MONO_VLSB()(在 framebuf 模块中)
framebuf.RGB565()(在 framebuf 模块中)
FrameBuffer(framebuf 中的类)
freeze()
built-in function
freeze_as_mpy()
built-in function
freeze_as_str()
built-in function
freeze_mpy()
built-in function
freq() (machine.PWM 方法)
freq() (pyb.Timer 方法)
freq()(在 buzzer 模块中)
freq()(在 machine 模块中)
frexp()(在 math 模块中)
FROGEYE2020()(在 sensor 模块中)
from_bytes()(int 类方法)
frozenset(内置类)
ft5x06
module
ft5x06.FT5X06(ft5x06 中的类)
fw_dump() (network.WINC 方法)
fw_update() (network.WINC 方法)
fw_version() (network.WINC 方法)
FWVGA()(在 display 模块中)
FWVGA2()(在 display 模块中)
G
gamma() (image.Image 方法)
gamma()(在 math 模块中)
gamma_corr() (image.Image 方法)
gap_advertise() (bluetooth.BLE 方法)
gap_connect() (bluetooth.BLE 方法)
gap_disconnect() (bluetooth.BLE 方法)
gap_pair() (bluetooth.BLE 方法)
gap_passkey() (bluetooth.BLE 方法)
gap_scan() (bluetooth.BLE 方法)
gather()(在 asyncio 模块中)
gattc_discover_characteristics() (bluetooth.BLE 方法)
gattc_discover_descriptors() (bluetooth.BLE 方法)
gattc_discover_services() (bluetooth.BLE 方法)
gattc_exchange_mtu() (bluetooth.BLE 方法)
gattc_read() (bluetooth.BLE 方法)
gattc_write() (bluetooth.BLE 方法)
gatts_indicate() (bluetooth.BLE 方法)
gatts_notify() (bluetooth.BLE 方法)
gatts_read() (bluetooth.BLE 方法)
gatts_register_services() (bluetooth.BLE 方法)
gatts_set_buffer() (bluetooth.BLE 方法)
gatts_write() (bluetooth.BLE 方法)
gaussian() (image.Image 方法)
gc
module
GC2145()(在 sensor 模块中)
get() (btree.btree 方法)
get()(在 urequests 模块中)
get_auto_rotation()(在 sensor 模块中)
get_blc_regs()(在 sensor 模块中)
get_bounding_boxes() (ml.utils.NMS 方法)
get_bytes() (rpc.rpc 方法)
get_ciphers() (ssl.SSLContext 方法)
get_color_palette()(在 sensor 模块中)
get_current_frequencies()(在 cpufreq 模块中)
get_event_loop()(在 asyncio 模块中)
get_exception_handler() (asyncio.Loop 方法)
get_exposure_us()(在 sensor 模块中)
get_extra_info() (asyncio.Stream 方法)
get_fb()(在 sensor 模块中)
get_frame_available()(在 fir 模块中)
get_frame_available()(在 sensor 模块中)
get_framebuffers()(在 sensor 模块中)
get_framerate()(在 sensor 模块中)
get_framesize()(在 sensor 模块中)
get_gain_db()(在 sensor 模块中)
get_gesture() (ft5x06.FT5X06 方法)
get_histogram() (image.Image 方法)
get_hmirror()(在 sensor 模块中)
get_id()(在 sensor 模块中)
get_percentile() (image.histogram 方法)
get_pixel() (image.Image 方法)
get_pixformat()(在 sensor 模块中)
get_point_flag() (ft5x06.FT5X06 方法)
get_point_id() (ft5x06.FT5X06 方法)
get_point_x() (ft5x06.FT5X06 方法)
get_point_y() (ft5x06.FT5X06 方法)
get_points() (ft5x06.FT5X06 方法)
get_regression() (image.Image 方法)
get_rgb_gain_db()(在 sensor 模块中)
get_similarity() (image.Image 方法)
get_statistics() (image.histogram 方法)
get_statistics() (image.Image 方法)
get_supported_frequencies()(在 cpufreq 模块中)
get_threshold() (image.histogram 方法)
get_transpose()(在 sensor 模块中)
get_vflip()(在 sensor 模块中)
get_windowing()(在 sensor 模块中)
getaddrinfo()(在 socket 模块中)
getattr()
built-in function
getcwd()(在 os 模块中)
getrandbits()(在 random 模块中)
getvalue() (io.BytesIO 方法)
gif
module
Gif(gif 中的类)
globals()
built-in function
gmtime()(在 time 模块中)
goodness(image.apriltag 属性)
GPIO
GPIO 端口
G
gpio() (pyb.Pin 方法)
GPIO_BSRR()(在 stm 模块中)
GPIO_IDR()(在 stm 模块中)
GPIO_ODR()(在 stm 模块中)
GPIOA()(在 stm 模块中)
GPIOB()(在 stm 模块中)
GRAYSCALE()(在 image 模块中)
GRAYSCALE()(在 sensor 模块中)
grayscale_to_binary()(在 image 模块中)
grayscale_to_lab()(在 image 模块中)
grayscale_to_rgb()(在 image 模块中)
grayscale_to_yuv()(在 image 模块中)
group() (re.match 方法)
groups() (re.match 方法)
gt911
module
gt911.GT911(gt911 中的类)
gzip
module
GzipFile(gzip 中的类)
H
h() (image.barcode 方法)
h() (image.blob 方法)
h() (image.datamatrix 方法)
h() (image.kptmatch 方法)
h() (image.qrcode 方法)
h() (image.rect 方法)
HaarCascade(image 中的类)
hamming(image.apriltag 属性)
hard_reset()(在 pyb 模块中)
hasattr()
built-in function
hash()
built-in function
hashlib
module
hashlib.md5(hashlib 中的类)
hashlib.sha1(hashlib 中的类)
hashlib.sha256(hashlib 中的类)
have_cdc()(在 pyb 模块中)
HD()(在 display 模块中)
HD()(在 sensor 模块中)
head()(在 urequests 模块中)
heap_lock()(在 micropython 模块中)
heap_locked()(在 micropython 模块中)
heap_unlock()(在 micropython 模块中)
heapify()(在 heapq 模块中)
heappop()(在 heapq 模块中)
heappush()(在 heapq 模块中)
heapq
module
height() (display.DSIDisplay 方法)
height() (display.RGBDisplay 方法)
height() (display.SPIDisplay 方法)
height() (gif.Gif 方法)
height() (image.Image 方法)
height() (mjpeg.Mjpeg 方法)
height()(在 fir 模块中)
height()(在 sensor 模块中)
height()(在 tv 模块中)
hex()
built-in function
hexdigest() (hashlib.hash 方法)
hexlify()(在 binascii 模块中)
hid()(在 pyb 模块中)
high() (machine.Pin 方法)
histeq() (image.Image 方法)
histogram(image 中的类)
hline() (framebuf.FrameBuffer 方法)
HM01B0()(在 sensor 模块中)
HM0360()(在 sensor 模块中)
HMIRROR()(在 image 模块中)
hostname()(在 network 模块中)
hotplug_callback() (TFP410.TFP410 方法)
HQQQQVGA()(在 sensor 模块中)
HQQQVGA()(在 sensor 模块中)
HQQVGA()(在 sensor 模块中)
HQVGA()(在 sensor 模块中)
HVGA()(在 sensor 模块中)
h(image.apriltag 属性)
I
I25()(在 image 模块中)
I2C.CONTROLLER()(在 pyb 模块中)
I2C.PERIPHERAL()(在 pyb 模块中)
I2C(machine 中的类)
I2C(pyb 中的类)
I2S.MONO()(在 machine 模块中)
I2S.RX()(在 machine 模块中)
I2S.STEREO()(在 machine 模块中)
I2S.TX()(在 machine 模块中)
I2S(machine 中的类)
id()
built-in function
idle()(在 machine 模块中)
id(image.apriltag 属性)
ifconfig() (network.AbstractNIC 方法)
ifconfig() (network.LAN 方法)
ifconfig() (network.WINC 方法)
ifconfig() (network.WLAN 方法)
ilistdir()(在 os 模块中)
image
module
ImageIO.FILE_STREAM()(在 image 模块中)
ImageIO.MEMORY_STREAM()(在 image 模块中)
ImageIO(image 中的类)
Image(image 中的类)
implementation()(在 sys 模块中)
ImportError
imu
module
INCL()(在 btree 模块中)
include()
built-in function
index() (pyb.pinaf 方法)
IndexError
inet_ntop()(在 socket 模块中)
inet_pton()(在 socket 模块中)
info() (machine.CAN 方法)
info() (pyb.CAN 方法)
info() (pyb.RTC 方法)
info()(在 pyb 模块中)
init() (display.ST7701 方法)
init() (machine.ADC 方法)
init() (machine.ADCBlock 方法)
init() (machine.CAN 方法)
init() (machine.I2C 方法)
init() (machine.I2S 方法)
init() (machine.Pin 方法)
init() (machine.PWM 方法)
init() (machine.RTC 方法)
init() (machine.SPI 方法)
init() (machine.Timer 方法)
init() (machine.UART 方法)
init() (pyb.DAC 方法)
init() (pyb.I2C 方法)
init() (pyb.Pin 方法)
init() (pyb.SPI 方法)
init() (pyb.Timer 方法)
init() (pyb.UART 方法)
init() (pyb.USB_VCP 方法)
init()(在 audio 模块中)
init()(在 fir 模块中)
init()(在 tv 模块中)
input()
built-in function
input_dtype(ml.Model 属性)
input_scale(ml.Model 属性)
input_shape(ml.Model 属性)
input_zero_point(ml.Model 属性)
INT16()(在 uctypes 模块中)
INT32()(在 uctypes 模块中)
INT64()(在 uctypes 模块中)
INT8()(在 uctypes 模块中)
intensity() (pyb.LED 方法)
int(内置类)
invert() (image.Image 方法)
io
module
ioctl() (pyb.Flash 方法)
ioctl() (vfs.AbstractBlockDev 方法)
ioctl()(在 sensor 模块中)
IOCTL_GET_FOV_WIDE()(在 sensor 模块中)
IOCTL_GET_NIGHT_MODE()(在 sensor 模块中)
IOCTL_GET_READOUT_WINDOW()(在 sensor 模块中)
IOCTL_GET_TRIGGERED_MODE()(在 sensor 模块中)
IOCTL_HIMAX_MD_CLEAR()(在 sensor 模块中)
IOCTL_HIMAX_MD_ENABLE()(在 sensor 模块中)
IOCTL_HIMAX_MD_THRESHOLD()(在 sensor 模块中)
IOCTL_HIMAX_MD_WINDOW()(在 sensor 模块中)
IOCTL_HIMAX_OSC_ENABLE()(在 sensor 模块中)
IOCTL_LEPTON_GET_ATTRIBUTE()(在 sensor 模块中)
IOCTL_LEPTON_GET_AUX_TEMPERATURE()(在 sensor 模块中)
IOCTL_LEPTON_GET_FPA_TEMPERATURE()(在 sensor 模块中)
IOCTL_LEPTON_GET_HEIGHT()(在 sensor 模块中)
IOCTL_LEPTON_GET_MEASUREMENT_MODE()(在 sensor 模块中)
IOCTL_LEPTON_GET_MEASUREMENT_RANGE()(在 sensor 模块中)
IOCTL_LEPTON_GET_RADIOMETRY()(在 sensor 模块中)
IOCTL_LEPTON_GET_REFRESH()(在 sensor 模块中)
IOCTL_LEPTON_GET_RESOLUTION()(在 sensor 模块中)
IOCTL_LEPTON_GET_WIDTH()(在 sensor 模块中)
IOCTL_LEPTON_RUN_COMMAND()(在 sensor 模块中)
IOCTL_LEPTON_SET_ATTRIBUTE()(在 sensor 模块中)
IOCTL_LEPTON_SET_MEASUREMENT_MODE()(在 sensor 模块中)
IOCTL_LEPTON_SET_MEASUREMENT_RANGE()(在 sensor 模块中)
IOCTL_PAUSE_AUTO_FOCUS()(在 sensor 模块中)
IOCTL_RESET_AUTO_FOCUS()(在 sensor 模块中)
IOCTL_SET_FOV_WIDE()(在 sensor 模块中)
IOCTL_SET_NIGHT_MODE()(在 sensor 模块中)
IOCTL_SET_READOUT_WINDOW()(在 sensor 模块中)
IOCTL_SET_TRIGGERED_MODE()(在 sensor 模块中)
IOCTL_TRIGGER_AUTO_FOCUS()(在 sensor 模块中)
IOCTL_WAIT_ON_AUTO_FOCUS()(在 sensor 模块中)
ipoll() (select.poll 方法)
IPPROTO_SEC()(在 socket 模块中)
IPPROTO_TCP()(在 socket 模块中)
IPPROTO_UDP()(在 socket 模块中)
irq() (bluetooth.BLE 方法)
irq() (machine.I2S 方法)
irq() (machine.Pin 方法)
irq() (machine.RTC 方法)
irq() (pyb.USB_VCP 方法)
is_alphanumeric() (image.qrcode 方法)
is_binary() (image.qrcode 方法)
is_closed() (image.ImageIO 方法)
is_closed() (mjpeg.Mjpeg 方法)
is_kanji() (image.qrcode 方法)
is_numeric() (image.qrcode 方法)
is_ready() (openamp.Endpoint 方法)
is_ready() (pyb.I2C 方法)
is_set() (asyncio.Event 方法)
ISBN10()(在 image 模块中)
ISBN13()(在 image 模块中)
isconnected() (network.AbstractNIC 方法)
isconnected() (network.LAN 方法)
isconnected() (network.WINC 方法)
isconnected() (network.WLAN 方法)
isconnected() (pyb.USB_VCP 方法)
isconnected() (TFP410.TFP410 方法)
isfinite()(在 math 模块中)
isinf()(在 math 模块中)
isinstance()
built-in function
isnan()(在 math 模块中)
issubclass()
built-in function
items() (btree.btree 方法)
iter()
built-in function
J
JPEG()(在 image 模块中)
JPEG()(在 sensor 模块中)
JPEG_SUBSAMPLING_420()(在 image 模块中)
JPEG_SUBSAMPLING_422()(在 image 模块中)
JPEG_SUBSAMPLING_444()(在 image 模块中)
JPEG_SUBSAMPLING_AUTO()(在 image 模块中)
json
module
json() (urequests.Response 方法)
K
kbd_intr()(在 micropython 模块中)
KeyboardInterrupt
KeyError
keys() (btree.btree 方法)
kptmatch(image 中的类)
L
l2cap_connect() (bluetooth.BLE 方法)
l2cap_disconnect() (bluetooth.BLE 方法)
l2cap_listen() (bluetooth.BLE 方法)
l2cap_recvinto() (bluetooth.BLE 方法)
l2cap_send() (bluetooth.BLE 方法)
l_bins() (image.histogram 方法)
l_lq() (image.statistics 方法)
l_max() (image.statistics 方法)
l_mean() (image.statistics 方法)
l_median() (image.statistics 方法)
l_min() (image.statistics 方法)
l_mode() (image.statistics 方法)
l_stdev() (image.statistics 方法)
l_uq() (image.statistics 方法)
l_value() (image.percentile 方法)
l_value() (image.threshold 方法)
lab_to_binary()(在 image 模块中)
lab_to_grayscale()(在 image 模块中)
lab_to_rgb()(在 image 模块中)
lab_to_yuv()(在 image 模块中)
labels(ml.Model 属性)
LAN(network 中的类)
laplacian() (image.Image 方法)
LCD()(在 sensor 模块中)
LCD_FLAG_MOVED()(在 ft5x06 模块中)
LCD_FLAG_PRESSED()(在 ft5x06 模块中)
LCD_FLAG_RELEASED()(在 ft5x06 模块中)
LCD_GESTURE_MOVE_DOWN()(在 ft5x06 模块中)
LCD_GESTURE_MOVE_LEFT()(在 ft5x06 模块中)
LCD_GESTURE_MOVE_RIGHT()(在 ft5x06 模块中)
LCD_GESTURE_MOVE_UP()(在 ft5x06 模块中)
LCD_GESTURE_NONE()(在 ft5x06 模块中)
LCD_GESTURE_ZOOM_IN()(在 ft5x06 模块中)
LCD_GESTURE_ZOOM_OUT()(在 ft5x06 模块中)
ldexp()(在 math 模块中)
LED(pyb 中的类)
len()
built-in function
length() (image.line 方法)
lens_corr() (image.Image 方法)
len(ml.Model 属性)
LEPTON()(在 sensor 模块中)
lgamma()(在 math 模块中)
libc_ver()(在 platform 模块中)
lightsleep()(在 machine 模块中)
line() (framebuf.FrameBuffer 方法)
line() (image.line 方法)
line() (pyb.ExtInt 方法)
line(image 中的类)
linpolar() (image.Image 方法)
listdir()(在 os 模块中)
listen() (ml.apps.MicroSpeech 方法)
listen() (socket.socket 方法)
list(内置类)
LITTLE_ENDIAN()(在 uctypes 模块中)
load()(在 json 模块中)
load_cert_chain() (ssl.SSLContext 方法)
load_decriptor()(在 image 模块中)
load_verify_locations() (ssl.SSLContext 方法)
loads()(在 json 模块中)
locals()
built-in function
localtime()(在 time 模块中)
locked() (asyncio.Lock 方法)
Lock(asyncio 中的类)
log()(在 cmath 模块中)
log()(在 math 模块中)
log10()(在 cmath 模块中)
log10()(在 math 模块中)
log2()(在 math 模块中)
logpolar() (image.Image 方法)
loop() (gif.Gif 方法)
loop() (rpc.rpc_slave 方法)
Loop(asyncio 中的类)
low() (machine.Pin 方法)
lq() (image.statistics 方法)
M
machine
module
machine.DEEPSLEEP()(在 machine 模块中)
machine.DEEPSLEEP_RESET()(在 machine 模块中)
machine.HARD_RESET()(在 machine 模块中)
machine.IDLE()(在 machine 模块中)
machine.PIN_WAKE()(在 machine 模块中)
machine.PWRON_RESET()(在 machine 模块中)
machine.RTC_WAKE()(在 machine 模块中)
machine.SLEEP()(在 machine 模块中)
machine.SOFT_RESET()(在 machine 模块中)
machine.WDT_RESET()(在 machine 模块中)
machine.WLAN_WAKE()(在 machine 模块中)
magnitude() (image.circle 方法)
magnitude() (image.line 方法)
magnitude() (image.rect 方法)
main()(在 pyb 模块中)
major_axis_line() (image.blob 方法)
makefile() (socket.socket 方法)
map()
built-in function
mapper()(pyb.Pin 类方法)
mask() (image.qrcode 方法)
mask_circle() (image.Image 方法)
mask_ellipse() (image.Image 方法)
mask_rectange() (image.Image 方法)
match() (image.kptmatch 方法)
match() (re.regex 方法)
match()(在 re 模块中)
match_descriptor()(在 image 模块中)
math
module
max()
built-in function
max() (image.Image 方法)
max() (image.Similarity 方法)
max() (image.statistics 方法)
maxsize()(在 sys 模块中)
MCU
mean() (image.Image 方法)
mean() (image.Similarity 方法)
mean() (image.statistics 方法)
median() (image.Image 方法)
median() (image.statistics 方法)
mem16()(在 machine 模块中)
mem16()(在 stm 模块中)
mem32()(在 machine 模块中)
mem32()(在 stm 模块中)
mem8()(在 machine 模块中)
mem8()(在 stm 模块中)
mem_alloc()(在 gc 模块中)
mem_free()(在 gc 模块中)
mem_info()(在 micropython 模块中)
mem_read() (pyb.I2C 方法)
mem_write() (pyb.I2C 方法)
memory() (machine.RTC 方法)
MemoryError
memoryview(内置类)
metadata()
built-in function
micropython
module
MicroPython Unix 移植版本
MicroPython 移植版本
M
micropython-lib
micros()(在 pyb 模块中)
MicroSpeech(ml.apps 中的类)
midpoint() (image.Image 方法)
millis()(在 pyb 模块中)
min()
built-in function
min() (image.Image 方法)
min() (image.Similarity 方法)
min() (image.statistics 方法)
min_corners() (image.blob 方法)
minor_axis_line() (image.blob 方法)
mip
mjpeg
module
Mjpeg(mjpeg 中的类)
mkdir()(在 os 模块中)
mkfs()(vfs.VfsFat 静态方法)
mkfs()(vfs.VfsLfs1 静态方法)
mkfs()(vfs.VfsLfs2 静态方法)
mktime()(在 time 模块中)
ml
module
ml.apps
module
ml.preprocessing
module
ml.utils
module
modbus
module
mode() (image.Image 方法)
mode() (image.statistics 方法)
mode() (machine.Pin 方法)
mode() (pyb.Pin 方法)
Model(ml 中的类)
modf()(在 math 模块中)
modify() (select.poll 方法)
module
_thread
array
asyncio
audio
binascii
bluetooth
bno055
btree
buzzer
cmath
collections
cpufreq
cryptolib
deflate
display
errno
fir
framebuf
ft5x06
gc
gif
gt911
gzip
hashlib
heapq
image
imu
io
json
machine
math
micropython
mjpeg
ml
ml.apps
ml.preprocessing
ml.utils
modbus
mqtt
mutex
neopixel
network
omv
openamp
os
pid
platform
pyb
random
re
rpc
rtsp
select
sensor
socket
ssd1306
ssl
stm
struct
sys
tb6612
TFP410
time
tv
uctypes
ulab
uping
urequests
vfs
vl53l1x
zlib
module()
built-in function
modules()(在 sys 模块中)
morph() (image.Image 方法)
mount()(在 os 模块中)
mount()(在 pyb 模块中)
mount()(在 vfs 模块中)
mpremote
mqtt
module
MT9M114()(在 sensor 模块中)
MT9V022()(在 sensor 模块中)
MT9V024()(在 sensor 模块中)
MT9V032()(在 sensor 模块中)
MT9V034()(在 sensor 模块中)
mutex
module
Mutex(mutex 中的类)
N
name() (pyb.Pin 方法)
name() (pyb.pinaf 方法)
namedtuple()(在 collections 模块中)
NameError
names() (pyb.Pin 方法)
name(image.apriltag 属性)
NATIVE()(在 uctypes 模块中)
negate() (image.Image 方法)
neopixel
module
NeoPixel(neopixel 中的类)
netinfo() (network.WINC 方法)
network
module
new_event_loop()(在 asyncio 模块中)
new_service_callback()(在 openamp 模块中)
next()
built-in function
NMS(ml.utils 中的类)
noise() (pyb.DAC 方法)
Normalization(ml.preprocessing 中的类)
NotImplementedError
now() (machine.RTC 方法)
O
object(内置类)
oct()
built-in function
off() (machine.Pin 方法)
off() (machine.Signal 方法)
off() (pyb.LED 方法)
offset() (image.ImageIO 方法)
omv
module
on() (machine.Pin 方法)
on() (machine.Signal 方法)
on() (pyb.LED 方法)
open()
built-in function
open() (image.Image 方法)
open()(在 btree 模块中)
open()(在 gzip 模块中)
open()(在 io 模块中)
open_connection()(在 asyncio 模块中)
openamp
module
opt_level()(在 micropython 模块中)
ord()
built-in function
OrderedDict(collections 中的类)
os
module
OSError
output_dtype(ml.Model 属性)
output_scale(ml.Model 属性)
output_shape(ml.Model 属性)
output_zero_point(ml.Model 属性)
OV2640()(在 sensor 模块中)
OV5640()(在 sensor 模块中)
OV7690()(在 sensor 模块中)
OV7725()(在 sensor 模块中)
OV9650()(在 sensor 模块中)
P
pack()(在 struct 模块中)
pack_into()(在 struct 模块中)
package()
built-in function
padding() (image.datamatrix 方法)
PAG7920()(在 sensor 模块中)
PAJ6100()(在 sensor 模块中)
PALETTE_IRONBOW()(在 image 模块中)
PALETTE_RAINBOW()(在 image 模块中)
patch()(在 urequests 模块中)
path()(在 sys 模块中)
payload() (image.barcode 方法)
payload() (image.datamatrix 方法)
payload() (image.qrcode 方法)
PDF417()(在 image 模块中)
percentile(image 中的类)
perimeter() (image.blob 方法)
period() (pyb.Timer 方法)
phase()(在 cmath 模块中)
pi()(在 cmath 模块中)
pi()(在 math 模块中)
pid
module
pin() (pyb.Pin 方法)
Pin.AF_OD()(在 pyb 模块中)
Pin.AF_PP()(在 pyb 模块中)
Pin.ALT()(在 machine 模块中)
Pin.ALT()(在 pyb 模块中)
Pin.ALT_OPEN_DRAIN()(在 machine 模块中)
Pin.ANALOG()(在 machine 模块中)
Pin.ANALOG()(在 pyb 模块中)
Pin.DRIVE_0()(在 machine 模块中)
Pin.DRIVE_1()(在 machine 模块中)
Pin.DRIVE_2()(在 machine 模块中)
Pin.IN()(在 machine 模块中)
Pin.IN()(在 pyb 模块中)
Pin.IRQ_FALLING()(在 machine 模块中)
Pin.IRQ_HIGH_LEVEL()(在 machine 模块中)
Pin.IRQ_LOW_LEVEL()(在 machine 模块中)
Pin.IRQ_RISING()(在 machine 模块中)
Pin.OPEN_DRAIN()(在 machine 模块中)
Pin.OUT()(在 machine 模块中)
Pin.OUT_OD()(在 pyb 模块中)
Pin.OUT_PP()(在 pyb 模块中)
Pin.PULL_DOWN()(在 machine 模块中)
Pin.PULL_DOWN()(在 pyb 模块中)
Pin.PULL_HOLD()(在 machine 模块中)
Pin.PULL_NONE()(在 pyb 模块中)
Pin.PULL_UP()(在 machine 模块中)
Pin.PULL_UP()(在 pyb 模块中)
ping()(在 uping 模块中)
Pin(machine 中的类)
Pin(pyb 中的类)
pitch()(在 imu 模块中)
pixel() (framebuf.FrameBuffer 方法)
pixels() (image.blob 方法)
platform
module
platform()(在 platform 模块中)
platform()(在 sys 模块中)
PNG()(在 image 模块中)
polar()(在 cmath 模块中)
poll() (select.poll 方法)
poll()(在 select 模块中)
poly() (framebuf.FrameBuffer 方法)
pop() (collections.deque 方法)
popleft() (collections.deque 方法)
port
port() (pyb.Pin 方法)
post()(在 urequests 模块中)
pow()
built-in function
pow()(在 math 模块中)
predict() (ml.Model 方法)
prescaler() (pyb.Timer 方法)
print()
built-in function
print_exception()(在 sys 模块中)
property()
built-in function
ps1()(在 sys 模块中)
ps2()(在 sys 模块中)
PTR()(在 uctypes 模块中)
pull() (machine.Pin 方法)
pull() (pyb.Pin 方法)
pulse_width() (pyb.Servo 方法)
pulse_width() (pyb.timerchannel 方法)
pulse_width_percent() (pyb.timerchannel 方法)
put()(在 urequests 模块中)
put_bytes() (rpc.rpc 方法)
PWM(machine 中的类)
pyb
module
pyb.hid_keyboard()(在 pyb 模块中)
pyb.hid_mouse()(在 pyb 模块中)
Python 增强建议;PEP 618
python_compiler()(在 platform 模块中)
Q
QCIF()(在 sensor 模块中)
QHD()(在 sensor 模块中)
QQCIF()(在 sensor 模块中)
QQQQVGA()(在 sensor 模块中)
QQQVGA()(在 sensor 模块中)
QQSIF()(在 sensor 模块中)
QQVGA()(在 sensor 模块中)
QQVGA2()(在 sensor 模块中)
qrcode(image 中的类)
QSIF()(在 sensor 模块中)
qstr_info()(在 micropython 模块中)
quality() (image.barcode 方法)
QVGA()(在 display 模块中)
QVGA()(在 sensor 模块中)
QXGA()(在 sensor 模块中)
R
r() (image.circle 方法)
radians()(在 math 模块中)
radiometric()(在 fir 模块中)
ram(ml.Model 属性)
randint()(在 random 模块中)
random
module
random()(在 random 模块中)
randrange()(在 random 模块中)
range()
built-in function
re
module
read() (asyncio.Stream 方法)
read() (image.ImageIO 方法)
read() (machine.SPI 方法)
read() (machine.UART 方法)
read() (pyb.ADC 方法)
read() (pyb.UART 方法)
read() (pyb.USB_VCP 方法)
read() (socket.socket 方法)
read_id() (display.ST7701 方法)
read_id() (gt911.GT911 方法)
read_ir()(在 fir 模块中)
read_points() (gt911.GT911 方法)
read_ta()(在 fir 模块中)
read_timed() (pyb.ADC 方法)
read_u16() (machine.ADC 方法)
read_uv() (machine.ADC 方法)
readblocks() (pyb.Flash 方法)
readblocks() (vfs.AbstractBlockDev 方法)
readchar() (pyb.UART 方法)
readexactly() (asyncio.Stream 方法)
readfrom() (machine.I2C 方法)
readfrom_into() (machine.I2C 方法)
readfrom_mem() (machine.I2C 方法)
readfrom_mem_into() (machine.I2C 方法)
readinto() (asyncio.Stream 方法)
readinto() (machine.I2C 方法)
readinto() (machine.I2S 方法)
readinto() (machine.SPI 方法)
readinto() (machine.UART 方法)
readinto() (pyb.UART 方法)
readinto() (pyb.USB_VCP 方法)
readinto() (socket.socket 方法)
readline() (asyncio.Stream 方法)
readline() (machine.UART 方法)
readline() (pyb.UART 方法)
readline() (pyb.USB_VCP 方法)
readline() (socket.socket 方法)
readlines() (pyb.USB_VCP 方法)
receive_frame() (display.DisplayData 方法)
rect() (framebuf.FrameBuffer 方法)
rect() (image.barcode 方法)
rect() (image.blob 方法)
rect() (image.datamatrix 方法)
rect() (image.kptmatch 方法)
rect() (image.qrcode 方法)
rect() (image.rect 方法)
rect()(在 cmath 模块中)
rect(image 中的类)
rect(image.apriltag 属性)
recv() (machine.CAN 方法)
recv() (pyb.CAN 方法)
recv() (pyb.I2C 方法)
recv() (pyb.SPI 方法)
recv() (pyb.USB_HID 方法)
recv() (pyb.USB_VCP 方法)
recv() (socket.socket 方法)
recvfrom() (socket.socket 方法)
refresh() (display.DSIDisplay 方法)
refresh() (display.RGBDisplay 方法)
refresh() (display.SPIDisplay 方法)
refresh()(在 fir 模块中)
refresh()(在 tv 模块中)
reg() (pyb.pinaf 方法)
register() (select.poll 方法)
register_callback() (rpc.rpc_slave 方法)
register_frame_cb()(在 fir 模块中)
register_pause_cb() (rtsp.rtsp_server 方法)
register_play_cb() (rtsp.rtsp_server 方法)
register_setup_cb() (rtsp.rtsp_server 方法)
register_teardown_cb() (rtsp.rtsp_server 方法)
register_vsync_cb()(在 fir 模块中)
regs()(pyb.ExtInt 类方法)
release() (asyncio.Lock 方法)
release() (mutex.Mutex 方法)
RemoteProc(openamp 中的类)
remove()(在 os 模块中)
rename()(在 os 模块中)
REPL
repl_uart()(在 pyb 模块中)
replace() (image.Image 方法)
repr()
built-in function
request()(在 urequests 模块中)
require()
built-in function
reset() (gt911.GT911 方法)
reset() (time.clock 方法)
reset()(在 machine 模块中)
reset()(在 sensor 模块中)
reset_cause()(在 machine 模块中)
resolution()(在 fir 模块中)
RESONANT_FREQ()(在 buzzer 模块中)
response() (image.displacement 方法)
Response.content()(在 urequests 模块中)
Response.headers()(在 urequests 模块中)
Response(urequests 中的类)
restart() (machine.CAN 方法)
restart() (pyb.CAN 方法)
reversed()
built-in function
rfcore_fw_version()(在 stm 模块中)
rfcore_status()(在 stm 模块中)
rfcore_sys_hci()(在 stm 模块中)
RGB565()(在 image 模块中)
RGB565()(在 sensor 模块中)
rgb_to_binary()(在 image 模块中)
rgb_to_grayscale()(在 image 模块中)
rgb_to_lab()(在 image 模块中)
rgb_to_yuv()(在 image 模块中)
rho() (image.line 方法)
rmdir()(在 os 模块中)
rng()(在 pyb 模块中)
roll()(在 imu 模块中)
ROTATE_180()(在 image 模块中)
ROTATE_270()(在 image 模块中)
ROTATE_90()(在 image 模块中)
rotation() (image.barcode 方法)
rotation() (image.blob 方法)
rotation() (image.datamatrix 方法)
rotation() (image.displacement 方法)
rotation_corr() (image.Image 方法)
rotation_deg() (image.blob 方法)
rotation_rad() (image.blob 方法)
rotation(image.apriltag 属性)
round()
built-in function
roundness() (image.blob 方法)
rows() (image.datamatrix 方法)
rpc
module
rpc_can_master(rpc 中的类)
rpc_can_slave(rpc 中的类)
rpc_i2c_master(rpc 中的类)
rpc_i2c_slave(rpc 中的类)
rpc_master(rpc 中的类)
rpc_slave(rpc 中的类)
rpc_spi_master(rpc 中的类)
rpc_spi_slave(rpc 中的类)
rpc_uart_master(rpc 中的类)
rpc_uart_slave(rpc 中的类)
rpc_usb_vcp_master(rpc 中的类)
rpc_usb_vcp_slave(rpc 中的类)
rpc(rpc 中的类)
rssi() (network.WINC 方法)
rsub() (image.Image 方法)
RTC.ALARM0()(在 machine 模块中)
RTC(machine 中的类)
RTC(pyb 中的类)
rtsp
module
rtsp_server(rtsp 中的类)
run()(在 asyncio 模块中)
run_forever() (asyncio.Loop 方法)
run_until_complete() (asyncio.Loop 方法)
RuntimeError
rxcallback() (machine.CAN 方法)
rxcallback() (pyb.CAN 方法)
S
save() (image.Image 方法)
save_descriptor()(在 image 模块中)
scale() (image.displacement 方法)
scale() (image.Image 方法)
SCALE_ASPECT_EXPAND()(在 image 模块中)
SCALE_ASPECT_IGNORE()(在 image 模块中)
SCALE_ASPECT_KEEP()(在 image 模块中)
scan() (machine.I2C 方法)
scan() (network.AbstractNIC 方法)
scan() (network.WINC 方法)
scan() (network.WLAN 方法)
scan() (pyb.I2C 方法)
schedule()(在 micropython 模块中)
schedule_callback() (rpc.rpc_slave 方法)
scroll() (framebuf.FrameBuffer 方法)
search() (re.regex 方法)
search()(在 re 模块中)
SEARCH_DS()(在 image 模块中)
SEARCH_EX()(在 image 模块中)
seed()(在 random 模块中)
seek() (image.ImageIO 方法)
select
module
select()(在 select 模块中)
send() (machine.CAN 方法)
send() (openamp.Endpoint 方法)
send() (pyb.CAN 方法)
send() (pyb.I2C 方法)
send() (pyb.SPI 方法)
send() (pyb.USB_HID 方法)
send() (pyb.USB_VCP 方法)
send() (socket.socket 方法)
send_frame() (display.DisplayData 方法)
send_recv() (pyb.SPI 方法)
sendall() (socket.socket 方法)
sendbreak() (machine.UART 方法)
sendbreak() (pyb.UART 方法)
sendto() (socket.socket 方法)
sensor
module
Server(asyncio 中的类)
Servo(pyb 中的类)
set() (asyncio.Event 方法)
set() (asyncio.ThreadSafeFlag 方法)
set() (image.Image 方法)
set_auto_blc()(在 sensor 模块中)
set_auto_exposure()(在 sensor 模块中)
set_auto_gain()(在 sensor 模块中)
set_auto_rotation()(在 sensor 模块中)
set_auto_whitebal()(在 sensor 模块中)
set_brightness()(在 sensor 模块中)
set_ciphers() (ssl.SSLContext 方法)
set_color_palette()(在 sensor 模块中)
set_colorbar()(在 sensor 模块中)
set_contrast()(在 sensor 模块中)
set_exception_handler() (asyncio.Loop 方法)
set_frame_callback()(在 sensor 模块中)
set_framebuffers()(在 sensor 模块中)
set_framerate()(在 sensor 模块中)
set_framesize()(在 sensor 模块中)
set_frequency()(在 cpufreq 模块中)
set_gainceiling()(在 sensor 模块中)
set_hmirror()(在 sensor 模块中)
set_lens_correction()(在 sensor 模块中)
set_pixel() (image.Image 方法)
set_pixformat()(在 sensor 模块中)
set_quality()(在 sensor 模块中)
set_saturation()(在 sensor 模块中)
set_transpose()(在 sensor 模块中)
set_vflip()(在 sensor 模块中)
set_vsync_callback()(在 sensor 模块中)
set_windowing()(在 sensor 模块中)
setattr()
built-in function
setblocking() (socket.socket 方法)
setfilter() (machine.CAN 方法)
setfilter() (pyb.CAN 方法)
setinterrupt() (pyb.USB_VCP 方法)
setsockopt() (socket.socket 方法)
settimeout() (socket.socket 方法)
settrace()(在 sys 模块中)
setup_loop_callback() (rpc.rpc_slave 方法)
set(内置类)
shift()(machine.I2S 静态方法)
shutdown() (openamp.RemoteProc 方法)
shutdown()(在 sensor 模块中)
SIF()(在 sensor 模块中)
Signal(machine 中的类)
Similarity(image 中的类)
sin()(在 cmath 模块中)
sin()(在 math 模块中)
SINGLE_BUFFER()(在 sensor 模块中)
sinh()(在 math 模块中)
size() (gif.Gif 方法)
size() (image.Image 方法)
size() (image.ImageIO 方法)
size() (mjpeg.Mjpeg 方法)
sizeof()(在 uctypes 模块中)
skip_frames()(在 sensor 模块中)
sleep()(在 asyncio 模块中)
sleep()(在 imu 模块中)
sleep()(在 machine 模块中)
sleep()(在 sensor 模块中)
sleep()(在 time 模块中)
sleep_ms()(在 asyncio 模块中)
sleep_ms()(在 time 模块中)
sleep_us()(在 time 模块中)
slice(内置类)
snapshot()(在 fir 模块中)
snapshot()(在 sensor 模块中)
SOCK_DGRAM()(在 socket 模块中)
SOCK_STREAM()(在 socket 模块中)
socket
module
socket.error
socket(socket 中的类)
soft_reset()(在 machine 模块中)
SoftI2C(machine 中的类)
SoftSPI.LSB()(在 machine 模块中)
SoftSPI.MSB()(在 machine 模块中)
SoftSPI(machine 中的类)
solidity() (image.blob 方法)
sorted()
built-in function
source_freq() (pyb.Timer 方法)
span() (re.match 方法)
speed() (pyb.Servo 方法)
SPI.CONTROLLER()(在 machine 模块中)
SPI.CONTROLLER()(在 pyb 模块中)
SPI.LSB()(在 machine 模块中)
SPI.LSB()(在 pyb 模块中)
SPI.MSB()(在 machine 模块中)
SPI.MSB()(在 pyb 模块中)
SPI.PERIPHERAL()(在 pyb 模块中)
SPIDisplay(display 中的类)
SPI(machine 中的类)
SPI(pyb 中的类)
split() (re.regex 方法)
sqrt()(在 cmath 模块中)
sqrt()(在 math 模块中)
ssd1306
module
ssl
module
ssl.CERT_NONE()(在 ssl 模块中)
ssl.CERT_OPTIONAL()(在 ssl 模块中)
ssl.CERT_REQUIRED()(在 ssl 模块中)
ssl.PROTOCOL_TLS_CLIENT()(在 ssl 模块中)
ssl.PROTOCOL_TLS_SERVER()(在 ssl 模块中)
ssl.SSLError()(在 ssl 模块中)
ssl.wrap_socket()(在 ssl 模块中)
SSLContext(ssl 中的类)
stack_use()(在 micropython 模块中)
stall() (machine.USBDevice 方法)
standby()(在 pyb 模块中)
start() (machine.I2C 方法)
start() (openamp.RemoteProc 方法)
start() (re.match 方法)
start_ap() (network.WINC 方法)
start_server()(在 asyncio 模块中)
start_streaming()(在 audio 模块中)
stat()(在 os 模块中)
state() (machine.CAN 方法)
state() (pyb.CAN 方法)
staticmethod()
built-in function
statistics(image 中的类)
status() (network.AbstractNIC 方法)
status() (network.LAN 方法)
status() (network.WLAN 方法)
statvfs()(在 os 模块中)
stderr()(在 sys 模块中)
stdev() (image.Similarity 方法)
stdev() (image.statistics 方法)
stdin()(在 sys 模块中)
stdout()(在 sys 模块中)
stero_disparity() (image.Image 方法)
stm
module
stop() (asyncio.Loop 方法)
stop() (machine.I2C 方法)
stop() (openamp.RemoteProc 方法)
stop()(在 pyb 模块中)
stop_streaming()(在 audio 模块中)
StopIteration
stream() (rtsp.rtsp_server 方法)
stream_reader() (rpc.rpc 方法)
stream_writer() (rpc.rpc 方法)
Stream(asyncio 中的类)
StringIO(io 中的类)
struct
module
struct(uctypes 中的类)
str(内置类)
sub() (image.Image 方法)
sub() (re.regex 方法)
sub()(在 re 模块中)
subghz_cs()(在 stm 模块中)
subghz_irq()(在 stm 模块中)
subghz_is_busy()(在 stm 模块中)
submit_xfer() (machine.USBDevice 方法)
sum()
built-in function
super()
built-in function
SVGA()(在 display 模块中)
SVGA()(在 sensor 模块中)
swint() (pyb.ExtInt 方法)
SXGA()(在 display 模块中)
SXGA()(在 sensor 模块中)
SXGA2()(在 display 模块中)
SXGAM()(在 sensor 模块中)
sync() (image.ImageIO 方法)
sync() (mjpeg.Mjpeg 方法)
sync()(在 os 模块中)
sync()(在 pyb 模块中)
SyntaxError
sys
module
SystemExit
T
TAG16H5()(在 image 模块中)
TAG25H7()(在 image 模块中)
TAG25H9()(在 image 模块中)
TAG36H10()(在 image 模块中)
TAG36H11()(在 image 模块中)
tan()(在 math 模块中)
tanh()(在 math 模块中)
Task(asyncio 中的类)
tb6612
module
temperature_c()(在 imu 模块中)
test() (mutex.Mutex 方法)
text() (framebuf.FrameBuffer 方法)
TFP410
module
tfp410.TFP410(TFP410 中的类)
TFWVGA()(在 display 模块中)
TFWVGA2()(在 display 模块中)
theta() (image.kptmatch 方法)
theta() (image.line 方法)
ThreadSafeFlag(asyncio 中的类)
threshold()(在 gc 模块中)
threshold(image 中的类)
THVGA()(在 display 模块中)
tick() (time.clock 方法)
ticks_add()(在 time 模块中)
ticks_cpu()(在 time 模块中)
ticks_diff()(在 time 模块中)
ticks_ms()(在 time 模块中)
ticks_us()(在 time 模块中)
time
module
time()(在 time 模块中)
time_ns()(在 time 模块中)
time_pulse_us()(在 machine 模块中)
Timer.BRK_HIGH()(在 pyb 模块中)
Timer.BRK_LOW()(在 pyb 模块中)
Timer.BRK_OFF()(在 pyb 模块中)
Timer.CENTER()(在 pyb 模块中)
Timer.DOWN()(在 pyb 模块中)
Timer.ONE_SHOT()(在 machine 模块中)
Timer.PERIODIC()(在 machine 模块中)
Timer.UP()(在 pyb 模块中)
Timer(machine 中的类)
Timer(pyb 中的类)
to_bitmap() (image.Image 方法)
to_bytes() (int 方法)
to_grayscale() (image.Image 方法)
to_ironbow() (image.Image 方法)
to_jpeg() (image.Image 方法)
to_ndarray() (image.Image 方法)
to_png() (image.Image 方法)
to_rainbow() (image.Image 方法)
to_rgb565() (image.Image 方法)
toggle() (pyb.LED 方法)
top_hat() (image.Image 方法)
touch_callback() (ft5x06.FT5X06 方法)
TQVGA()(在 display 模块中)
tracebacklimit()(在 sys 模块中)
TRANSPOSE()(在 image 模块中)
triangle() (pyb.DAC 方法)
trigger_ffc()(在 fir 模块中)
triple_buffer() (display.SPIDisplay 方法)
TRIPLE_BUFFER()(在 sensor 模块中)
triple_buffer()(在 tv 模块中)
trunc()(在 math 模块中)
tuple(内置类)
tv
module
TV_NONE()(在 tv 模块中)
TV_SHIELD()(在 tv 模块中)
txdone() (machine.UART 方法)
type()
built-in function
type() (image.barcode 方法)
type() (image.ImageIO 方法)
type()(在 fir 模块中)
type()(在 tv 模块中)
TypeError
U
UART
UART.CTS()(在 pyb 模块中)
UART.RTS()(在 pyb 模块中)
UART(machine 中的类)
UART(pyb 中的类)
uctypes
module
udelay()(在 pyb 模块中)
UINT16()(在 uctypes 模块中)
UINT32()(在 uctypes 模块中)
UINT64()(在 uctypes 模块中)
UINT8()(在 uctypes 模块中)
ulab
module
umount()(在 os 模块中)
umount()(在 vfs 模块中)
uname()(在 os 模块中)
unhexlify()(在 binascii 模块中)
uniform()(在 random 模块中)
unique_id()(在 machine 模块中)
unique_id()(在 pyb 模块中)
unpack()(在 struct 模块中)
unpack_from()(在 struct 模块中)
unregister() (select.poll 方法)
UPCA()(在 image 模块中)
UPCE()(在 image 模块中)
update() (hashlib.hash 方法)
update_points() (ft5x06.FT5X06 方法)
uping
module
upip
uq() (image.statistics 方法)
urandom()(在 os 模块中)
urequests
module
USB_HID(pyb 中的类)
usb_mode()(在 pyb 模块中)
USB_VCP.CTS()(在 pyb 模块中)
USB_VCP.IRQ_RX()(在 pyb 模块中)
USB_VCP.RTS()(在 pyb 模块中)
USB_VCP(pyb 中的类)
USBDevice.BUILTIN_CDC()(在 machine 模块中)
USBDevice.BUILTIN_CDC_MSC()(在 machine 模块中)
USBDevice.BUILTIN_DEFAULT()(在 machine 模块中)
USBDevice.BUILTIN_MSC()(在 machine 模块中)
USBDevice.BUILTIN_NONE()(在 machine 模块中)
USBDevice(machine 中的类)
UUID(bluetooth 中的类)
UXGA()(在 display 模块中)
UXGA()(在 sensor 模块中)
V
value() (image.percentile 方法)
value() (image.threshold 方法)
value() (machine.Pin 方法)
value() (machine.Signal 方法)
value() (pyb.Pin 方法)
ValueError
values() (btree.btree 方法)
verify_mode(ssl.SSLContext 属性)
version() (image.ImageIO 方法)
version() (image.qrcode 方法)
version()(在 sys 模块中)
version_info()(在 sys 模块中)
version_major()(在 omv 模块中)
version_minor()(在 omv 模块中)
version_patch()(在 omv 模块中)
version_string()(在 omv 模块中)
VFLIP()(在 image 模块中)
vfs
module
VfsFat(os 中的类)
VfsFat(vfs 中的类)
VfsLfs1(os 中的类)
VfsLfs1(vfs 中的类)
VfsLfs2(os 中的类)
VfsLfs2(vfs 中的类)
VfsPosix(os 中的类)
VfsPosix(vfs 中的类)
VGA()(在 display 模块中)
VGA()(在 sensor 模块中)
VIDEO_FIFO()(在 sensor 模块中)
vl53l1x
module
vline() (framebuf.FrameBuffer 方法)
VOID()(在 uctypes 模块中)
W
w() (image.barcode 方法)
w() (image.blob 方法)
w() (image.datamatrix 方法)
w() (image.kptmatch 方法)
w() (image.qrcode 方法)
w() (image.rect 方法)
wait() (asyncio.Event 方法)
wait() (asyncio.ThreadSafeFlag 方法)
wait_closed() (asyncio.Server 方法)
wait_closed() (asyncio.Stream 方法)
wait_for()(在 asyncio 模块中)
wait_for_ms()(在 asyncio 模块中)
wait_for_sta() (network.WINC 方法)
wakeup() (pyb.RTC 方法)
WDT(machine 中的类)
webrepl
wfi()(在 pyb 模块中)
width() (display.DSIDisplay 方法)
width() (display.RGBDisplay 方法)
width() (display.SPIDisplay 方法)
width() (gif.Gif 方法)
width() (image.Image 方法)
width() (mjpeg.Mjpeg 方法)
width()(在 fir 模块中)
width()(在 sensor 模块中)
width()(在 tv 模块中)
WINC.802_1X()(在 network 模块中)
WINC.MODE_AP()(在 network 模块中)
WINC.MODE_BSP()(在 network 模块中)
WINC.MODE_FIRMWARE()(在 network 模块中)
WINC.MODE_P2P()(在 network 模块中)
WINC.MODE_STA()(在 network 模块中)
WINC.OPEN()(在 network 模块中)
WINC.WPA_PSK()(在 network 模块中)
WINC(network 中的类)
WLAN.PM_NONE()(在 network 模块中)
WLAN.PM_PERFORMANCE()(在 network 模块中)
WLAN.PM_POWERSAVE()(在 network 模块中)
WLAN(network 中的类)
WQXGA()(在 sensor 模块中)
WQXGA2()(在 sensor 模块中)
wrap_socket() (ssl.SSLContext 方法)
write() (asyncio.Stream 方法)
write() (display.DSIDisplay 方法)
write() (display.RGBDisplay 方法)
write() (display.SPIDisplay 方法)
write() (image.ImageIO 方法)
write() (machine.I2C 方法)
write() (machine.I2S 方法)
write() (machine.SPI 方法)
write() (machine.UART 方法)
write() (mjpeg.Mjpeg 方法)
write() (neopixel.NeoPixel 方法)
write() (pyb.DAC 方法)
write() (pyb.UART 方法)
write() (pyb.USB_VCP 方法)
write() (socket.socket 方法)
write_readinto() (machine.SPI 方法)
write_timed() (pyb.DAC 方法)
writeblocks() (pyb.Flash 方法)
writeblocks() (vfs.AbstractBlockDev 方法)
writechar() (pyb.UART 方法)
writeto() (machine.I2C 方法)
writeto_mem() (machine.I2C 方法)
writevto() (machine.I2C 方法)
WSVGA()(在 display 模块中)
WVGA()(在 sensor 模块中)
WVGA2()(在 sensor 模块中)
WXGA()(在 sensor 模块中)
w(image.apriltag 属性)
X
x() (image.barcode 方法)
x() (image.blob 方法)
x() (image.circle 方法)
x() (image.datamatrix 方法)
x() (image.kptmatch 方法)
x() (image.qrcode 方法)
x() (image.rect 方法)
x1() (image.line 方法)
x2() (image.line 方法)
x_hist_bins() (image.blob 方法)
x_rotation(image.apriltag 属性)
x_translation() (image.displacement 方法)
x_translation(image.apriltag 属性)
XGA()(在 display 模块中)
XGA()(在 sensor 模块中)
x(image.apriltag 属性)
Y
y() (image.barcode 方法)
y() (image.blob 方法)
y() (image.circle 方法)
y() (image.datamatrix 方法)
y() (image.kptmatch 方法)
y() (image.qrcode 方法)
y() (image.rect 方法)
y1() (image.line 方法)
y2() (image.line 方法)
y_hist_bins() (image.blob 方法)
y_rotation(image.apriltag 属性)
y_translation() (image.displacement 方法)
y_translation(image.apriltag 属性)
YUV422()(在 image 模块中)
YUV422()(在 sensor 模块中)
yuv_to_binary()(在 image 模块中)
yuv_to_grayscale()(在 image 模块中)
yuv_to_lab()(在 image 模块中)
yuv_to_rgb()(在 image 模块中)
y(image.apriltag 属性)
Z
z_rotation(image.apriltag 属性)
z_translation(image.apriltag 属性)
ZeroDivisionError
zip()
built-in function
zlib
module
交叉编译器
内存化字符串
冻结模块
垃圾收集器
堆
字节码
文件系统
本机
板
流
缓冲协议
驱动器
语言和外链
Language
English
中文
外链
openmv.io
forum.singtown.com
singtown.com/openmv
github.com/openmv/openmv