circuitpython/py/objarray.h

2 lines
52 B
C
Raw Normal View History

2014-01-18 18:39:51 -05:00
mp_obj_t mp_obj_new_bytearray(uint n, void *items);