mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-17 18:10:47 -04:00
pi guh
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
+11
-11
@@ -67,17 +67,17 @@ type MediaConfig struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type CameraServoConfig struct {
|
type CameraServoConfig struct {
|
||||||
Enabled bool `yaml:"enabled"`
|
Enabled bool `yaml:"enabled" json:"enabled"`
|
||||||
Pin int `yaml:"pin"`
|
Pin int `yaml:"pin" json:"pin"`
|
||||||
FreqHz int `yaml:"freqHz"`
|
FreqHz int `yaml:"freqHz" json:"freqHz"`
|
||||||
CycleLen int `yaml:"cycleLen"`
|
CycleLen int `yaml:"cycleLen" json:"cycleLen"`
|
||||||
MinPulseUs int `yaml:"minPulseUs"`
|
MinPulseUs int `yaml:"minPulseUs" json:"minPulseUs"`
|
||||||
MaxPulseUs int `yaml:"maxPulseUs"`
|
MaxPulseUs int `yaml:"maxPulseUs" json:"maxPulseUs"`
|
||||||
MinAngle float64 `yaml:"minAngle"`
|
MinAngle float64 `yaml:"minAngle" json:"minAngle"`
|
||||||
MaxAngle float64 `yaml:"maxAngle"`
|
MaxAngle float64 `yaml:"maxAngle" json:"maxAngle"`
|
||||||
HomeAngle float64 `yaml:"homeAngle"`
|
HomeAngle float64 `yaml:"homeAngle" json:"homeAngle"`
|
||||||
NudgeDegrees float64 `yaml:"nudgeDegrees"`
|
NudgeDegrees float64 `yaml:"nudgeDegrees" json:"nudgeDegrees"`
|
||||||
AllowRawPulse bool `yaml:"allowRawPulse"`
|
AllowRawPulse bool `yaml:"allowRawPulse" json:"allowRawPulse"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user