Skip to content
  • Paul Sokolovsky's avatar
    esp8266: Add skeleton "network" module. · ee3fec31
    Paul Sokolovsky authored
    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.
    ee3fec31