From 277d9c8fc2f37a899cb8c06d7f43c7f23bff8c5e Mon Sep 17 00:00:00 2001 From: Silent Sheep <2873330549@qq.com> Date: Fri, 16 Feb 2024 17:02:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E9=83=A8=E5=88=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E7=9A=84markdown=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Csource/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Csource/README.md b/Csource/README.md index e69de29..0f47163 100644 --- a/Csource/README.md +++ b/Csource/README.md @@ -0,0 +1,11 @@ +# 本文件夹的一些小说明 + +## 文件目录 + +```c +|---example(使用接口函数构建的例子,需要使用接口函数构建的,可以参考这个文件夹下的例子,共有2个) + |---LittleClock(一个用air001的小时钟) + |---UITest(页面展示的例子,基本上所有页面类型都有用到) +|---src(主要的源代码文件,7个文件,不包含oled_port.c) +``` +