Blame view

build3/python/port/uart.h 74 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
  #include "py/obj.h"
  
  mp_obj_t writeLine(mp_obj_t a);
  mp_obj_t readLine();