-
Notifications
You must be signed in to change notification settings - Fork 431
/
README.md
44 lines (30 loc) · 1.66 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[MaixPy Scripts](https://github.com/sipeed/MaixPy_scripts)
====
Scripts for [MaixPy](https://github.com/sipeed/MaixPy) ~ have a good time~
Doc of MaixPy: [maixpy.sipeed.com](https://maixpy.sipeed.com)
## Directory Structure
| directory | description |
| --------- | ----------- |
| application | Some complex applications |
| basic | basic micropython usage |
| board | run python code, config your sipeed hardware |
| 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 game etc. |
| network | network related |
-------------------------------
运行在 [MaixPy](https://github.com/sipeed/MaixPy) 上的脚本,玩得开心~
MaixPy 文档: [maixpy.sipeed.com](https://maixpy.sipeed.com)
另外,国内也可以在[gitee](https://gitee.com/Sipeed/maixpy_scripts)上查看,会实时同步, 对脚本有疑问请到[github](https://github.com/sipeed/MaixPy_scripts/issues)搜索问题或者提问, MaixPy 固件相关问题请到[MaixPy issue](https://github.com/sipeed/MaixPy_scripts/issues)提问
## 目录结构
| 目录 | 描述 |
| --------- | ----------- |
| application | 一些复杂的应用 |
| basic | 基本的 micropython 使用 |
| board | 运行 Python 代码,配置你的 sipeed 硬件 |
| hardware | 硬件 API 使用例程 |
| machine_vision | 视觉处理相关,包括机器视觉以及AI处理 |
| modules | 外部外设模块使用, 比如 Grove 模块, sp-mod 模块 |
| multimedia | 普通的多媒体功能,比如音频、视频、GUI、游戏等 |
| network | 网络相关例程 |