Merge 9317995eb1 into 61d3f5b445
This commit is contained in:
commit
1f1ab6e394
2 changed files with 20 additions and 2 deletions
|
|
@ -60,8 +60,9 @@ int ws2812_i2s_init(uint32_t pixels_number, pixeltype_t type);
|
|||
*
|
||||
* @param pixels Array of 'pixels_number' pixels. The array must contain all
|
||||
* the pixels.
|
||||
* @return Non-zero if busy
|
||||
*/
|
||||
void ws2812_i2s_update(ws2812_pixel_t *pixels, pixeltype_t type);
|
||||
int ws2812_i2s_update(ws2812_pixel_t *pixels, pixeltype_t type);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue