Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

21km43/CH32V203-USBCDC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CH32V203-USBCDC

Adafruit_TinyUSB_ArduinoがCH32V203に対応したのでそっちを使った方が良いです

CH32V203のUSBD機能を使ったUSB-CDCライブラリ。PlatformIOやArduino IDEで利用可能。

USB-CDCを使う場合、システムのクロック周波数は以下のものに限られるので注意(HSI, HSEのいずれも可)

  • 48MHz, 96MHz, 144MHz

#include <usb_serial.h>と記述することでSerialをUSBシリアルとして使うことができるようになる。


USB-CDC library with the USBD functionality of the CH32V203. This is available for PlatformIO and Arduino IDE.

Note that when using USB-CDC, the system clock frequency is limited to the following (both HSI and HSE are OK)

  • 48MHz, 96MHz, 144MHz

Serial can be used as USB serial by writing #include <usb_serial.h>.

About

USB-CDC for CH32V203

Resources

Stars

Watchers

Forks