empty 发表于 2021-3-14 11:22:09

API手册-extend

# 外设模块

这里的外设模块主要指片外外设(相对于片上外设,比如GPIO、I2C等),比如 LCD、 摄像头、 触摸屏等等

关于图像相关的暂时放在了 [机器视觉](https://cn.maixpy.sipeed.com/zh/api_reference/machine_vision/) 分类, 包括以下外设模块

+ (https://cn.maixpy.sipeed.com/zh/api_reference/machine_vision/lcd.html) 显示图像

+ (https://cn.maixpy.sipeed.com/zh/api_reference/machine_vision/sensor.html): 获取摄像头数据, 取名叫 sensor 是兼容 openmv, 当然也不完全一样,请阅读文档

其它外设模块包括:

+ (https://cn.maixpy.sipeed.com/zh/api_reference/extend/touchscreen.html):触摸屏相关操作,读取触摸屏点击状态以及获取点击的坐标等

+ (https://cn.maixpy.sipeed.com/zh/api_reference/extend/ws2812.html):WS2812单总线灯带

+ (https://cn.maixpy.sipeed.com/zh/api_reference/extend/htpa.html)

+ (https://cn.maixpy.sipeed.com/zh/api_reference/extend/ultrasonic.html)

+ (https://cn.maixpy.sipeed.com/zh/api_reference/extend/onewire.html)
页: [1]
查看完整版本: API手册-extend