This commit is contained in:
Zaltora 2018-04-26 20:52:35 +00:00 committed by GitHub
commit 1f1ab6e394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 2 deletions

View file

@ -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
}