circuitpython/stm/file.h

2 lines
60 B
C
Raw Normal View History

2014-01-24 10:14:13 -05:00
mp_obj_t pyb_io_open(mp_obj_t o_filename, mp_obj_t o_mode);