Logo
1.5.1

快速入门

  • MicroPython ESP32教程

MicroPython类库

  • Python标准库
  • MicroPython类库
    • btree – 简单的 BTree 数据库
    • framebuf — 帧缓冲操作
    • machine — 与硬件相关的功能
    • network — 网络配置
    • ubluetooth — 低功耗蓝牙
    • ucryptolib – 加密密码
    • uctypes – 以结构化方式访问二进制数据
    • micropython – 访问和控制MicroPython内部
    • neopixel — WS2812 灯带
    • random — 生成随机数
    • ntptime — 时间同步
    • dht — dht模块
    • _thread — 线程
    • esp — ESP32相关的功能
    • esp32 — 特定于ESP32的功能
    • onewire — 单总线
  • wPython类库

MicroPython 语法

  • MicroPython 语法
wpython 文档
  • »
  • MicroPython类库
  • View page source

MicroPython类库¶

以下库中提供了特定于MicroPython-ESP32实现的功能。

  • btree – 简单的 BTree 数据库
  • framebuf — 帧缓冲操作
  • machine — 与硬件相关的功能
  • network — 网络配置
  • ubluetooth — 低功耗蓝牙
  • ucryptolib – 加密密码
  • uctypes – 以结构化方式访问二进制数据
  • micropython – 访问和控制MicroPython内部
  • neopixel — WS2812 灯带
  • random — 生成随机数
  • ntptime — 时间同步
  • dht — dht模块
  • _thread — 线程
  • esp — ESP32相关的功能
  • esp32 — 特定于ESP32的功能
  • onewire — 单总线
Next Previous

© 版权所有 2021-2021 labplus.All Rights Reserved.

Built with Sphinx using a theme provided by Read the Docs.