Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActuatorController ¶ added in v0.6.0
type Pca9685Part ¶
type Pca9685Part struct {
// contains filtered or unexported fields
}
func NewPca9685Part ¶
func NewPca9685Part(client MQTT.Client, throttleCtrl ActuatorController, steeringCtrl ActuatorController, updateFrequency int, throttleTopic, steeringTopic string) *Pca9685Part
func (*Pca9685Part) Start ¶
func (p *Pca9685Part) Start() error
func (*Pca9685Part) Stop ¶
func (p *Pca9685Part) Stop()
Click to show internal directories.
Click to hide internal directories.