修改文档文件夹位置,添加部分文档

This commit is contained in:
NeoZng
2023-06-14 20:07:39 +08:00
parent 12796f8e70
commit 0eec5d762b
64 changed files with 107 additions and 164 deletions

View File

@@ -1,11 +1,9 @@
可以作为io接口,也可以处理外部中断.
![image-20230202151939109](../../assets/image-20230202151939109.png)
![img](../../assets/00937839b59a4c039ee8ecb8a5136e3c.png)
![image-20230202151939109](../../.assets/image-20230202151939109.png)
![img](../../.assets/00937839b59a4c039ee8ecb8a5136e3c.png)
使用示例
@@ -22,4 +20,4 @@ GPIO_Init_Config_s gpio_init = {
GPIOInstance* test_example = GPIORegister(&gpio_init);
GPIOSet(test_example);
// GPIOxxx(test_exmaple, ...);
```
```