Skip to content

Commit

Permalink
update: 稍微改下措辞
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxuuu committed Aug 11, 2023
1 parent 310dadd commit 50c8a7c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/getting_started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AirMCU 是一个由社区推动,旨在适配上海合宙通信有限公司的

:::tip

我们不会介绍常见的 Arduino API,要查看 Arduino 参考文档,请考虑阅读[官方文档](https://www.arduino.cc/reference/en/)
AirMCU特有的接口,可以参考左侧的 [API 参考](/library/),余下的接口,可以参考 [Arduino 官方文档](https://www.arduino.cc/reference/en/)

:::

Expand Down
1 change: 1 addition & 0 deletions docs/library/adc.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ADC
icon: tachometer
---

ADC ,即analog to digital converter(模数转换器)是一种非常常见的外设,用于将电压等模拟信号转换为数字形式,以便微控制器可以读取和处理。
Expand Down
1 change: 1 addition & 0 deletions docs/library/gpio.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: GPIO
icon: lightbulb
---

## About
Expand Down
1 change: 1 addition & 0 deletions docs/library/i2c.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: I2C
icon: tag
---

## 关于
Expand Down
1 change: 1 addition & 0 deletions docs/library/pwm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: PWM
icon: car
---

PWM,即Pulse Width Modulation(脉宽调制)是是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在测量、通信、工控等方面。
Expand Down
18 changes: 10 additions & 8 deletions docs/library/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: API 参考文档
title: 文档概述
order: 1
icon: certificate
---

## 支持的外设
Expand All @@ -22,13 +24,6 @@ title: API 参考文档
- 🔨:开发中
- ❌:不支持

## Datasheet

目前,您可以在以下网站找到 AirMCU 支持芯片的相关数据手册。

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

## APIs

AirMCU 提供了一些独特的 API,如本节所述:
Expand All @@ -37,3 +32,10 @@ AirMCU 提供了一些独特的 API,如本节所述:
[GPIO](./gpio.md)
[I2C](./i2c.md)
[PWM](./pwm.md)

## Datasheet

目前,您可以在以下网站找到 AirMCU 支持芯片的相关数据手册。

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

0 comments on commit 50c8a7c

Please sign in to comment.