Searched defs:LightAnimation (Results 1 – 1 of 1) sorted by relevance
69 struct LightAnimation { struct70 int32_t mode = LIGHT_MODE_DEFAULT; /**< Blinking mode. For details, see {@link FlashMode}. */71 int32_t onTime; /**< Duration (in ms) for which the light is on in a blinking period. */72 int32_t offTime; /**< Duration (in ms) for which the light is off in a blinking period. */