Skip to content

Allow multiple values to be returned while iterating #2

@schilkp

Description

@schilkp

When using the iterator, getting more than 1 byte at a time requires a lot of overhead.

Ideally something like:

ws2812b_iter_next_n(ws2812b_handle_t *ws, uint8_t *buf, int len)

could reduced the overhead (mostly iteration index to actual state mapping) when providing multiple values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions