Documentation ¶
Index ¶
- Constants
- type EVC2
- func (e *EVC2) Close() (err error)
- func (e *EVC2) DeviceID() (id uint16)
- func (e *EVC2) DeviceUID() (uid STM32UID)
- func (e *EVC2) FirmwareVersion() (fw uint16)
- func (e *EVC2) HardwareVersion() (hw uint8)
- func (e *EVC2) IsConnected() (connected bool)
- func (e *EVC2) IsDFU() (dfu bool)
- func (e *EVC2) Open() (err error)
- func (e *EVC2) ProductID() (pid gousb.ID)
- func (e *EVC2) Read(buffer []byte) (n int, err error)
- func (e *EVC2) SerialNumber() (sn string)
- func (e *EVC2) VendorID() (vid gousb.ID)
- func (e *EVC2) WriteCommand(request byte, value uint16) (err error)
- type STM32UID
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EVC2 ¶
type EVC2 struct {
// contains filtered or unexported fields
}
func (*EVC2) FirmwareVersion ¶
func (*EVC2) HardwareVersion ¶
func (*EVC2) IsConnected ¶
func (*EVC2) SerialNumber ¶
Click to show internal directories.
Click to hide internal directories.