We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d1c71 commit cb95508Copy full SHA for cb95508
README.md
@@ -8,10 +8,10 @@
8
9
| 文件 | 说明 |
10
| ---------------- | ------------------------------- |
11
-| i2c_aht10_sample.c | i2c 设备的使用例程 |
12
-| pin_beep_sample.c | pin 设备的使用例程 |
13
-| uart_sample.c | serial 设备的使用例程 |
14
-| spi_w25q_sample.c | spi 设备的使用例程 |
+| i2c_aht10_sample.c | 使用 i2c 设备获取 aht10 温湿度传感器数据 |
+| pin_beep_sample.c | 使用 pin 设备控制蜂鸣器 |
+| uart_sample.c | 使用 serial 设备收发数据 |
+| spi_w25q_sample.c | 使用 spi 设备读取 W25Q ID |
15
16
### 1.2 许可证
17
0 commit comments