From fd92dc4fbb8644a379baba273229633e190b771a Mon Sep 17 00:00:00 2001 From: MacRsh Date: Mon, 2 Oct 2023 16:52:21 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8Dspi=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E6=8E=92=E7=89=88=E9=94=99=E8=AF=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- document/user/device/spi.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/document/user/device/spi.md b/document/user/device/spi.md index 61ca7ff..f9d9eec 100644 --- a/document/user/device/spi.md +++ b/document/user/device/spi.md @@ -9,13 +9,6 @@ SPI(Serial Peripheral Interface)是一种串行外设接口,用于连接 ---------- -## 准备 - -1. 调用SPI设备初始化函数(如果实现了自动初始化,则无需调用)。 -2. 使能 `mrconfig.h` 头文件中SPI宏开关。 - ----------- - ## 调用关系 ![调用关系](https://gitee.com/MacRsh/mr-library/raw/master/document/resource/spi_device.png)