From 1481f6f9199166fd84436bf1ec3c5b4341bbcea0 Mon Sep 17 00:00:00 2001 From: danny <12793148@qq.com> Date: Mon, 21 Oct 2024 14:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E9=AA=8C=E4=B8=89=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=AE=B2=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 实验指导书/实验3.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/实验指导书/实验3.md b/实验指导书/实验3.md index e5f91c5..0d7ad18 100644 --- a/实验指导书/实验3.md +++ b/实验指导书/实验3.md @@ -1,5 +1,11 @@ 实验名称:STM32 综合操作 +视频参考: + +1. [STM32 综合实验(全)](https://www.bilibili.com/video/BV1he411d7sn/?vd_source=3c8e333d6657680a469ddf0238f01d6a) +2. [STM32 综合实验 OLED显示](https://www.bilibili.com/video/BV16w411z7Pm/?vd_source=3c8e333d6657680a469ddf0238f01d6a) +3. [实验3第二部分](https://www.bilibili.com/video/BV1vw411z75T/?vd_source=3c8e333d6657680a469ddf0238f01d6a) + ## 1. 实验内容 综合使用操作系统提供的功能,结合I2C和ADC的功能实现温湿度的读取,显示等干功能。