Skip to content

Commit

Permalink
add: 添加Air401描述
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Nov 27, 2023
1 parent acad39c commit 5697796
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default hopeTheme({
playground: {
presets: ["ts", "vue"],
},
revealjs: ["highlight", "math", "search", "notes", "zoom"],
revealJs: ["highlight", "math", "search", "notes", "zoom"],
stylize: [
{
matcher: "Recommended",
Expand Down
3 changes: 2 additions & 1 deletion docs/getting_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ AirMCU 是一个由社区推动,旨在适配上海合宙通信有限公司的
| MCU 系列 | 是否支持 | 详细链接 |
| :-------: | :------: | :-----------------: |
| Air001 || <https://air001.cn> |
| Air32F103 | 🔨 | <https://air32.cn> |
| Air32F103 || <https://air32.cn> |
| Air401 || <https://air401.cn> |

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

Expand Down
21 changes: 11 additions & 10 deletions docs/library/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ icon: certificate

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

|外设|Air001|Air32F103|备注|
|外设|Air001|Air32F103|Air401|备注|
|:---:|:---:|:---:|:---:|
|ADC||🔨||
|DAC||🔨||
|GPIO||||
|I2C||🔨||
|Servo||🔨||
|SPI||🔨||
|PWM||🔨||
|UART||🔨||
|USB||🔨||
|ADC||🔨|🔨||
|DAC||🔨|🔨||
|GPIO|||||
|I2C||🔨|🔨||
|Servo||🔨|🔨||
|SPI||🔨|🔨||
|PWM||🔨|🔨||
|UART||🔨|||
|USB||🔨|||

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

- [air001](https://air001.cn)
- [air32f103](https://air32.cn)
- [air401](https://air401.cn)

0 comments on commit 5697796

Please sign in to comment.