micropython/esp8266/etshal.h

10 wiersze
184 B
C
Czysty Zwykły widok Historia

#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_