From 075d597464be619475535930de2f36abe69176f8 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 27 Nov 2014 20:30:33 +0000 Subject: esp8266: New port of Micro Python to ESP8266 wifi module. --- esp8266/etshal.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 esp8266/etshal.h (limited to 'esp8266/etshal.h') diff --git a/esp8266/etshal.h b/esp8266/etshal.h new file mode 100644 index 000000000..5ee67d027 --- /dev/null +++ b/esp8266/etshal.h @@ -0,0 +1,10 @@ +#ifndef _INCLUDED_ETSHAL_H_ +#define _INCLUDED_ETSHAL_H_ + +void ets_isr_unmask(); +void ets_install_putc1(); +void ets_isr_attach(); +void uart_div_modify(); +uint32_t ets_get_cpu_frequency(); + +#endif // _INCLUDED_ETSHAL_H_ -- cgit v1.2.3