MicroPython资料索引¶
- TPYBoard快速参考手册
- TPYBoard概述
- MicroPython 教程
- MicroPython类库
- Python标准库和微型库
- Builtin 函数
array– 数字数据数组cmath– 复数的数学函数gc– 控制垃圾回收math– 数学函数select– 等待流事件sys– 系统特有功能函数ubinascii– 二进制/ ASCII转换ucollections– 收集和容器类型uhashlib– 哈希算法uheapq– 堆排序算法uio– 输入/输出流ujson– JSON编码与解码uos– 基本的 “操作系统” 服务ure– 正则表达式usocket– 套接字模块ustruct– 打包和解包原始数据类型utime– 时间相关函数uzlib– zlib 解压缩
- MicroPython类库详述
btree– 简单的二叉树数据库framebuf— Frame buffer manipulationmachine— 与硬件相关的功能- 复位功能
- 中断功能
- 有效的相关功能
- 更多功能
- 常数
- 类
micropython– 访问并控制MicroPython底层network— 网络配置uctypes– access binary data in a structured way
- TPYBoard类库详述
pyb— 开发板关联功能函数- 时间相关函数
- 重置相关函数
- 中断相关函数
- 电源相关功能
- 其他功能
- 类
- class Accel – 加速度控制
- class ADC – 数模转换
- class CAN – controller area network communication bus
- class DAC – digital to analog conversion
- class ExtInt – configure I/O pins to interrupt on external events
- class I2C – a two-wire serial protocol
- class LCD – LCD control for the LCD touch-sensor pyskin
- class LED – LED发光二极管对象
- class Pin – 控制I/O引脚
- class PinAF – Pin Alternate Functions
- class RTC – real time clock
- class Servo – 3-wire hobby servo driver
- class SPI – a master-driven serial protocol
- class Switch – 按键对象
- class Timer – control internal timers
- class TimerChannel — setup a channel for a timer
- class UART – 双工串行通信总线
- class USB_HID – USB Human Interface Device (HID)
- class USB_VCP – USB virtual comm port
lcd160cr— control of LCD160CR display
- Python标准库和微型库
- TPYBoard 相关下载
- TPYBoard主要数据手册
- MicroPython许可证信息