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