diff --git a/keil/.gitignore b/HID/.gitignore similarity index 100% rename from keil/.gitignore rename to HID/.gitignore diff --git a/LCD/.gitignore b/LCD/.gitignore new file mode 100644 index 0000000..ae2cd5b --- /dev/null +++ b/LCD/.gitignore @@ -0,0 +1,5 @@ +obj/ +list/ +*.uvgui.* +*.uvgui_* +*.uvopt diff --git a/keil/CH552.uvproj b/LCD/CH552.uvproj similarity index 99% rename from keil/CH552.uvproj rename to LCD/CH552.uvproj index 09c4367..dfefce1 100644 --- a/keil/CH552.uvproj +++ b/LCD/CH552.uvproj @@ -7,7 +7,7 @@ - LCD + CH552 0x0 MCS-51 0 @@ -374,7 +374,7 @@ - CH552 + USER main.c diff --git a/keil/usr/CH554.h b/LCD/usr/CH554.h similarity index 100% rename from keil/usr/CH554.h rename to LCD/usr/CH554.h diff --git a/keil/usr/GPIO.c b/LCD/usr/GPIO.c similarity index 100% rename from keil/usr/GPIO.c rename to LCD/usr/GPIO.c diff --git a/keil/usr/GPIO.h b/LCD/usr/GPIO.h similarity index 100% rename from keil/usr/GPIO.h rename to LCD/usr/GPIO.h diff --git a/keil/usr/LCD.c b/LCD/usr/LCD.c similarity index 100% rename from keil/usr/LCD.c rename to LCD/usr/LCD.c diff --git a/keil/usr/LCD.h b/LCD/usr/LCD.h similarity index 100% rename from keil/usr/LCD.h rename to LCD/usr/LCD.h diff --git a/keil/usr/STARTUP.A51 b/LCD/usr/STARTUP.A51 similarity index 100% rename from keil/usr/STARTUP.A51 rename to LCD/usr/STARTUP.A51 diff --git a/keil/usr/Timer.c b/LCD/usr/Timer.c similarity index 100% rename from keil/usr/Timer.c rename to LCD/usr/Timer.c diff --git a/keil/usr/Timer.h b/LCD/usr/Timer.h similarity index 100% rename from keil/usr/Timer.h rename to LCD/usr/Timer.h diff --git a/keil/usr/USB.c b/LCD/usr/USB.c similarity index 100% rename from keil/usr/USB.c rename to LCD/usr/USB.c diff --git a/keil/usr/USB.h b/LCD/usr/USB.h similarity index 100% rename from keil/usr/USB.h rename to LCD/usr/USB.h diff --git a/keil/usr/common.c b/LCD/usr/common.c similarity index 100% rename from keil/usr/common.c rename to LCD/usr/common.c diff --git a/keil/usr/common.h b/LCD/usr/common.h similarity index 100% rename from keil/usr/common.h rename to LCD/usr/common.h diff --git a/keil/usr/font.c b/LCD/usr/font.c similarity index 100% rename from keil/usr/font.c rename to LCD/usr/font.c diff --git a/keil/usr/font.h b/LCD/usr/font.h similarity index 100% rename from keil/usr/font.h rename to LCD/usr/font.h diff --git a/keil/usr/main.c b/LCD/usr/main.c similarity index 100% rename from keil/usr/main.c rename to LCD/usr/main.c diff --git a/README.md b/README.md index a5efb1d..434122d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -[![sites](docs/mcuyun.png)](http://www.mcuyun.com) +# [CH552](https://github.com/mcuyun/CH552) -# WCH CH552X +WCH CH552单片机 -### 简介 +[![sites](mcuyun/mcuyun.png)](http://www.mcuyun.com) + +#### 更多MCU:[mcuyun](https://github.com/mcuyun/whyme)可访问 www.mcuyun.com + +--- + +## 简介 最廉价的USB通信单片机,如果要做一款低成本的交互式产品,该平台十分合适 @@ -10,19 +16,19 @@ --- -### 组成 +## 组成 -- docs +#### LCD -包括芯片手册资料等 +包括LCD通信工程代码 -- HID +#### HID -包括一个HID通信的工程代码,简介易用 +包括一个HID通信的工程代码 -- examples +#### examples -同CH554的官方例程 +- 同CH554的官方例程 更多资源:http://www.wch.cn/downloads/category/28.html @@ -32,7 +38,4 @@ http://www.wch.cn/download/WCHISPTool_Setup_exe.html --- -### 说明 - -2018-10-17: 创建工程仓库,添加官方的一些库文件 - +### www.mcuyun.com | qitas@qitas.cn \ No newline at end of file diff --git a/docs/mcuyun.png b/docs/mcuyun.png deleted file mode 100644 index c22bc04..0000000 Binary files a/docs/mcuyun.png and /dev/null differ diff --git a/examples/CH554.uvproj b/examples/CH552.uvproj similarity index 100% rename from examples/CH554.uvproj rename to examples/CH552.uvproj diff --git a/docs/ch552 .PDF b/mcuyun/ch552 .PDF similarity index 100% rename from docs/ch552 .PDF rename to mcuyun/ch552 .PDF diff --git a/mcuyun/mcuyun.png b/mcuyun/mcuyun.png new file mode 100644 index 0000000..c35236c Binary files /dev/null and b/mcuyun/mcuyun.png differ