Go to file
cyp0633 6b38a861b2
Initial commit
(almost completed)
2022-08-27 22:57:26 +08:00
LICENSE Initial commit 2022-08-27 22:57:26 +08:00
const.h Initial commit 2022-08-27 22:57:26 +08:00
joycon-slave.uvgui.cyp0633 Initial commit 2022-08-27 22:57:26 +08:00
joycon-slave.uvopt Initial commit 2022-08-27 22:57:26 +08:00
joycon-slave.uvproj Initial commit 2022-08-27 22:57:26 +08:00
main.c Initial commit 2022-08-27 22:57:26 +08:00
readme.md Initial commit 2022-08-27 22:57:26 +08:00

readme.md

joycon-slave

关于本项目:详阅 GitHubGitea

For more information about this project, refer to GitHub or Gitea

从机部分,使用 RS485 与主机相连。

This is for slave board. It's connected master board via RS485.

使用 Usage

使用 Keil uVision 打开,编译,然后下载到对应的板子上。

Open project with Keil uVision, compile and download to the corresponding board.

Target 选择 DEBUG 时,会自动将 485 的数据同步发送到 USB同时通过 USB 发送的数据也视作由 485 传送。

If you choose DEBUG target, the data from RS485 will be sent to USB, and the data sent by USB will be regarded as data from 485 as well.

许可 License

本项目的主体遵循 GPLv3 协议,但 inc 文件内的文件和 STCBSP_V3.6.LIB 版权属于湖南大学。

Most of the project is licensed under GPLv3; however, files in inc directory and STCBSP_V3.6.LIB belongs to Hunan University.