mphalport.h 166 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 #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); #endif