blinkenlight
[Interface specifications]
Detailed Description
A blinking light.
The blinkenlight interface is used to switch on and off a flashing indicator light, and to set it's flash period.
This interface accepts no configuration requests.
| #define | PLAYER_BLINKENLIGHT_DATA_STATE 1 |
| Data subtype: state. | |
| #define | PLAYER_BLINKENLIGHT_CMD_STATE 1 |
| Command subtype: state. | |
| #define | PLAYER_BLINKENLIGHT_CMD_POWER 2 |
| Command subtype: light. | |
| #define | PLAYER_BLINKENLIGHT_CMD_COLOR 3 |
| Command subtype: color. | |
| #define | PLAYER_BLINKENLIGHT_CMD_PERIOD 4 |
| Command subtype: period. | |
| #define | PLAYER_BLINKENLIGHT_CMD_DUTYCYCLE 5 |
| Command subtype: dutycycle. | |
|
typedef struct player_blinkenlight_data | player_blinkenlight_data_t |
| Data subtype: state. | |
|
typedef struct player_blinkenlight_cmd | player_blinkenlight_cmd_t |
| Data subtype: state. | |
|
typedef struct player_blinkenlight_cmd_power | player_blinkenlight_cmd_power_t |
| Data subtype: state. | |
|
typedef struct player_blinkenlight_cmd_color | player_blinkenlight_cmd_color_t |
| Data subtype: state. | |
|
typedef struct player_blinkenlight_cmd_period | player_blinkenlight_cmd_period_t |
| Data subtype: state. | |
|
typedef struct player_blinkenlight_cmd_dutycycle | player_blinkenlight_cmd_dutycycle_t |
| Data subtype: state. |
