Skip to content

Commit 5697796

Browse files
committed
add: 添加Air401描述
1 parent acad39c commit 5697796

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

docs/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default hopeTheme({
9292
playground: {
9393
presets: ["ts", "vue"],
9494
},
95-
revealjs: ["highlight", "math", "search", "notes", "zoom"],
95+
revealJs: ["highlight", "math", "search", "notes", "zoom"],
9696
stylize: [
9797
{
9898
matcher: "Recommended",

docs/getting_started/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ AirMCU 是一个由社区推动,旨在适配上海合宙通信有限公司的
1313
| MCU 系列 | 是否支持 | 详细链接 |
1414
| :-------: | :------: | :-----------------: |
1515
| Air001 || <https://air001.cn> |
16-
| Air32F103 | 🔨 | <https://air32.cn> |
16+
| Air32F103 || <https://air32.cn> |
17+
| Air401 || <https://air401.cn> |
1718

1819
有关开发板的更多资料,请查看所述链接中的开发板内容。
1920

docs/library/readme.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ icon: certificate
88

99
目前,AirMCU 通过 Arduino API 支持以下外设。
1010

11-
|外设|Air001|Air32F103|备注|
11+
|外设|Air001|Air32F103|Air401|备注|
1212
|:---:|:---:|:---:|:---:|
13-
|ADC||🔨||
14-
|DAC||🔨||
15-
|GPIO||||
16-
|I2C||🔨||
17-
|Servo||🔨||
18-
|SPI||🔨||
19-
|PWM||🔨||
20-
|UART||🔨||
21-
|USB||🔨||
13+
|ADC||🔨|🔨||
14+
|DAC||🔨|🔨||
15+
|GPIO|||||
16+
|I2C||🔨|🔨||
17+
|Servo||🔨|🔨||
18+
|SPI||🔨|🔨||
19+
|PWM||🔨|🔨||
20+
|UART||🔨|||
21+
|USB||🔨|||
2222

2323
- ✅:支持
2424
- 🔨:开发中
@@ -39,3 +39,4 @@ AirMCU 提供了一些独特的 API,如本节所述:
3939

4040
- [air001](https://air001.cn)
4141
- [air32f103](https://air32.cn)
42+
- [air401](https://air401.cn)

0 commit comments

Comments
 (0)