Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Adapter ¶
func Adapter() hal.DriverFactory
Types ¶
type Driver ¶
type Driver struct {
// contains filtered or unexported fields
}
func (*Driver) DigitalOutputPin ¶
func (d *Driver) DigitalOutputPin(pin int) (hal.DigitalOutputPin, error)
func (*Driver) DigitalOutputPins ¶
func (d *Driver) DigitalOutputPins() []hal.DigitalOutputPin
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func (*Factory) GetParameters ¶
func (f *Factory) GetParameters() []hal.ConfigParameter
Click to show internal directories.
Click to hide internal directories.