esp8266: Add skeleton "network" module.
MicroPython "network" module interface requires it to contains classes to instantiate. But as we have a static network interace, make WLAN() "constructor" just return module itself, and just make all methods module-global functions.
esp8266/modnetwork.c
0 → 100644
Please register or sign in to comment