circuitpython/ports/nrf/boards/microbit/modules/iters.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
80 B
C
Raw Normal View History

#include "py/runtime.h"
mp_obj_t microbit_repeat_iterator(mp_obj_t iterable);