From 5aa07c8d9581158cf4d9a3655367f571f5d7c1a7 Mon Sep 17 00:00:00 2001 From: alex04130 Date: Tue, 5 Mar 2024 10:49:07 -0600 Subject: [PATCH] readme --- readme.md | 29 +++++++++++++++++++++++++++++ readme_en.md | 0 2 files changed, 29 insertions(+) create mode 100644 readme.md create mode 100644 readme_en.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..39e626f --- /dev/null +++ b/readme.md @@ -0,0 +1,29 @@ +# CLSH1002 V1.0 + +[english](readme_en.md) + +1. 主控芯片 ESP32S3R2 +2. $I^2C$ + > $I^2C1$ + > > $SDA: GPIO1$ + > > $SCL: GPIO2$ + > + > $BME680 ()$ + > $DS3231SN\#T\&R()$ + > $BH1750FVI-TR()$ + > $MMC5603NJ()$ + > $MXC4005XC()$ + > $INA226AIDGSR()$ + > $IP2331()$ +3. $LCD$ + > $SPI1$ + > > $CLK: GPIO42$ + > > $MOSI: GPIO41$ + > > $CS: GPIO38$ + > + > $IO$ + > > $LCD\ Reset: GPIO40$ + > > $LCD\ Data/Command: GPIO39$ + > > $LCD\ Back Light: GPIO6$ + > + > 中景园 \ No newline at end of file diff --git a/readme_en.md b/readme_en.md new file mode 100644 index 0000000..e69de29