File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ AirMCU 是一个由社区推动,旨在适配上海合宙通信有限公司的
2323
2424::: tip
2525
26- 我们不会介绍常见的 Arduino API,要查看 Arduino 参考文档,请考虑阅读 [ 官方文档] ( https://www.arduino.cc/reference/en/ )
26+ AirMCU特有的接口,可以参考左侧的 [ API 参考 ] ( /library/ ) ,余下的接口,可以参考 [ Arduino 官方文档] ( https://www.arduino.cc/reference/en/ )
2727
2828:::
2929
Original file line number Diff line number Diff line change 11---
22title : ADC
3+ icon : tachometer
34---
45
56ADC ,即analog to digital converter(模数转换器)是一种非常常见的外设,用于将电压等模拟信号转换为数字形式,以便微控制器可以读取和处理。
Original file line number Diff line number Diff line change 11---
22title : GPIO
3+ icon : lightbulb
34---
45
56## About
Original file line number Diff line number Diff line change 11---
22title : I2C
3+ icon : tag
34---
45
56## 关于
Original file line number Diff line number Diff line change 11---
22title : PWM
3+ icon : car
34---
45
56PWM,即Pulse Width Modulation(脉宽调制)是是利用微处理器的数字输出来对模拟电路进行控制的一种非常有效的技术,广泛应用在测量、通信、工控等方面。
Original file line number Diff line number Diff line change 11---
2- title : API 参考文档
2+ title : 文档概述
3+ order : 1
4+ icon : certificate
35---
46
57## 支持的外设
@@ -22,13 +24,6 @@ title: API 参考文档
2224- 🔨:开发中
2325- ❌:不支持
2426
25- ## Datasheet
26-
27- 目前,您可以在以下网站找到 AirMCU 支持芯片的相关数据手册。
28-
29- - [ air001] ( https://air001.cn )
30- - [ air32f103] ( https://air32.cn )
31-
3227## APIs
3328
3429AirMCU 提供了一些独特的 API,如本节所述:
@@ -37,3 +32,10 @@ AirMCU 提供了一些独特的 API,如本节所述:
3732[ GPIO] ( ./gpio.md )
3833[ I2C] ( ./i2c.md )
3934[ PWM] ( ./pwm.md )
35+
36+ ## Datasheet
37+
38+ 目前,您可以在以下网站找到 AirMCU 支持芯片的相关数据手册。
39+
40+ - [ air001] ( https://air001.cn )
41+ - [ air32f103] ( https://air32.cn )
You can’t perform that action at this time.
0 commit comments