Documentation ¶
Index ¶
Constants ¶
View Source
const ( TX_CMD_TURN_OFF byte = 0 TX_CMD_DIM_DOWN byte = 1 TX_CMD_TURN_ON byte = 2 TX_CMD_DIM_UP byte = 3 TX_CMD_TURN_CHANGE byte = 4 TX_CMD_DIM_CHANGE byte = 5 TX_CMD_DIM_SET byte = 6 TX_CMD_SCENE_RUN byte = 7 TX_CMD_SCENE_SAVE byte = 8 TX_CMD_CLEAR_ADDR byte = 9 TX_CMD_DIM_STOP byte = 10 TX_CMD_WANT_BIND byte = 15 TX_CMD_RAINBOW byte = 16 TX_CMD_CHANGE_COLOR byte = 17 TX_CMD_WORK_MODE byte = 18 TX_CMD_WORK_SPEED byte = 19 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
func (*Command) SetDimLevel ¶
type TxEngine ¶
type TxEngine struct {
// contains filtered or unexported fields
}
func NewTxEngine ¶
Click to show internal directories.
Click to hide internal directories.