esp8266: New port of Micro Python to ESP8266 wifi module.

This commit is contained in:
Damien George
2014-11-27 20:30:33 +00:00
parent 2399aa03b8
commit 075d597464
20 changed files with 1906 additions and 0 deletions

10
esp8266/etshal.h Normal file
View File

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