Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServoSupport ¶
type ServoSupport struct { Enabled bool `json:"enabled" mapstructure:"enabled"` Registered []GPIO `json:"registered" mapstructure:"registered"` }
func (*ServoSupport) IsEnabled ¶ added in v0.0.21
func (s *ServoSupport) IsEnabled() bool
func (*ServoSupport) Register ¶ added in v0.0.21
func (s *ServoSupport) Register(gpio GPIO) bool
func (ServoSupport) String ¶ added in v0.0.22
func (c ServoSupport) String() string
Click to show internal directories.
Click to hide internal directories.