Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CombinationConfig ¶
type CombinationConfig struct { Name string Terminals []TerminalConfig Pins []PinConfig }
type SmConfig ¶
type SmConfig struct { Name string Index int Combinations []CombinationConfig }
type SmGPIO ¶
SmGPIO contains the state and configuration of a gpio based stackmatch
func NewStackmatchGPIO ¶
NewStackmatchGPIO is the constructor for a GPIO based stackmatch (antenna combiner). The constructor takes functional arguments for configuring the SmGPIO.
type TerminalConfig ¶
Click to show internal directories.
Click to hide internal directories.