mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
usb: add DTR and RTS to serialer interface
This commit is contained in:
@@ -23,6 +23,8 @@ type Serialer interface {
|
||||
Configure(config UARTConfig) error
|
||||
Buffered() int
|
||||
ReadByte() (byte, error)
|
||||
DTR() bool
|
||||
RTS() bool
|
||||
}
|
||||
|
||||
var usbDescriptor = descriptorCDC
|
||||
|
||||
Reference in New Issue
Block a user