From 5c075563f1be16e1beb9bf7ccfcd8eb071371169 Mon Sep 17 00:00:00 2001 From: vcc_gnd gardener Date: Sun, 5 Nov 2023 22:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e549de6 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +这段文字是ESP32-C3的资料。 +基础资料包括(原理图尺寸图等):http://124.222.62.86/yd-data/YD-ESP32-C3/ +如果查看引脚功能图可以参考链接如下: +https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32c3/_images/esp32-c3-devkitc-02-v1-pinout.png +如果计划使用官方的idf-C语言编程详细资料链接(例程就是的API参考): +https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/get-started/index.html +如果计划使用Ardiuno编程资料链接: +https://docs.espressif.com/projects/arduino-esp32/en/latest/getting_started.html#about-arduino-esp32 +如果计划使用micropython语言编程资料链接如下: +https://docs.micropython.org/en/latest/esp32/quickref.html +如需要安装核心板的硬件usb转串口驱动: +https://www.wch.cn/products/CH340.html?from=list +micropython的ESP32-C3固件注意有两个固件:https://micropython.org/download/ \ No newline at end of file