mirror of
https://github.com/micropython/micropython.git
synced 2026-01-30 07:40:21 +01:00
3 lines
155 B
C
3 lines
155 B
C
void pyb_buf_get_for_send(mp_obj_t o, mp_buffer_info_t *bufinfo, uint8_t *tmp_data);
|
|
mp_obj_t pyb_buf_get_for_recv(mp_obj_t o, mp_buffer_info_t *bufinfo);
|