Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgramView ¶
func NewProgramView ¶
func NewProgramView(parent *UI) *ProgramView
func (*ProgramView) Run ¶
func (v *ProgramView) Run()
type SerialView ¶
func NewSerialView ¶
func NewSerialView(parent *UI) *SerialView
func (*SerialView) ClosePort ¶
func (v *SerialView) ClosePort()
func (*SerialView) OpenPort ¶
func (v *SerialView) OpenPort()
type UI ¶
type UI struct { UARTStreamView *SerialView ProgrammerView *ProgramView // contains filtered or unexported fields }
func (*UI) ShowProgrammerView ¶
func (u *UI) ShowProgrammerView()
func (*UI) ShowUARTLog ¶
func (u *UI) ShowUARTLog()
Click to show internal directories.
Click to hide internal directories.