You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
10 lines
184 B
C
10 lines
184 B
C
#ifndef _INCLUDED_ETSHAL_H_
|
|
#define _INCLUDED_ETSHAL_H_
|
|
|
|
void ets_isr_unmask();
|
|
void ets_install_putc1();
|
|
void ets_isr_attach();
|
|
void uart_div_modify();
|
|
|
|
#endif // _INCLUDED_ETSHAL_H_
|