micropython/py/objarray.h

2 lines
52 B
C
Raw Normal View History

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