usb: add DTR and RTS to serialer interface

Этот коммит содержится в:
sago35 2022-07-12 22:03:00 +09:00 коммит произвёл Ron Evans
родитель 0bc7c2a61f
коммит 7afc47d67a

Просмотреть файл

@ -23,6 +23,8 @@ type Serialer interface {
Configure(config UARTConfig) error
Buffered() int
ReadByte() (byte, error)
DTR() bool
RTS() bool
}
var usbDescriptor = descriptorCDC