Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Type = eng.DefineComponentType("gobot.analog", eng.ComponentFactoryFunc(func(ref v0.ComponentRef) (v0.Component, error) { return NewComponent(ref) })). Describe("[GoBot] Analog Sensor"). Register()
Type is the Component type
Functions ¶
func NewComponent ¶
func NewComponent(ref v0.ComponentRef) (v0.Component, error)
NewComponent creates a Component
Types ¶
Click to show internal directories.
Click to hide internal directories.