Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gun ¶
type Gun struct {
// contains filtered or unexported fields
}
Gun is the module that controls turret firing. It supports both infrared and beads firing.
func New ¶
func New(ub unitybridge.UnityBridge, l *logger.Logger, cm *connection.Connection, rm *robot.Robot) (*Gun, error)
New creates a new Gun instance.
Click to show internal directories.
Click to hide internal directories.