mphalport.h 214 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #ifndef PYTHON_MPHALPORT_H #define PYTHON_MPHALPORT_H extern int mp_interrupt_char; void mp_hal_set_interrupt_char(int c); void mp_keyboard_interrupt(void); const char * mp_hal_input(const char * prompt); #endif