Go to file
Neucrack 408345b340 optimize ci 2020-11-19 14:34:11 +08:00
.github/workflows optimize ci 2020-11-19 14:34:11 +08:00
application [nes] updated nes example. 2020-10-21 15:38:55 +08:00
basic [basic] view fs used / total 2020-10-15 10:57:23 +08:00
board Update config_maix_dock.py 2020-11-12 11:31:49 +08:00
demo update capture tool 2020-11-04 17:05:42 +08:00
hardware Update demo_spi.py 2020-11-12 14:59:04 +08:00
machine_vision update face recognization dir 2020-11-17 12:04:48 +08:00
modules [module] add amg88xx 2020-11-18 11:43:18 +08:00
multimedia Update test_maix_asr.py 2020-11-18 10:12:31 +08:00
network Update demo_https_get.py 2020-11-12 19:12:39 +08:00
tools_on_PC doc:description README for tool/pic_server.py 2020-09-04 15:59:23 +08:00
.gitignore add mlx90640 demo 2019-10-23 14:35:11 +08:00
LICENSE Initial commit 2019-03-16 15:28:42 +08:00
README.md [doc] updated readme about board. 2020-10-13 12:22:00 +08:00

README.md

MaixPy Scripts

Scripts for MaixPy ~ have a good time~

Doc of MaixPy: maixpy.sipeed.com

Directory Structure

directory description
application applications integraged to firmware
basic basic micropython usage
board run python code, config your sipeed hardware
demo more demo, applications, Compared to the single routines in other folders, the routines inside may be more complicated
hardware hardware API usage demo
machine_vision demo for vision related, including machine vision and AI processing related
modules external modules
multimedia normal multimedia processing, audio video etc.
network network related
tools_on_PC some tools for maxipy running on PC, not for maixpy

目录结构

目录 描述
application 内置到固件中的应用
basic 基本的 micropython 使用
board 运行 Python 代码,配置你的 sipeed 硬件
demo 更多的例程,像较与其它文件夹中的单一的功能示例,这里面的可能相对复杂一点
hardware 硬件 API 使用例程
machine_vision 视觉处理相关,包括机器视觉以及AI处理
modules 外部外设模块使用, 比如 Grove 模块, sp-mod 模块
multimedia 普通的多媒体功能,比如音视频播放等
network 网络相关例程
tools_on_PC 在电脑端使用的工具,注意不能在 maixpy 上运行