Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpwh23/arduinowifi

base code for PlatformIO to connect ESP8266 to wifi
https://github.com/mpwh23/arduinowifi

esp8266 platformio platformio-arduino wifi

Last synced: 20 days ago
JSON representation

base code for PlatformIO to connect ESP8266 to wifi

Awesome Lists containing this project

README

        

**!!! working but some documentation is missing!!!**

## TODO
* fill this file

* add degugmode for println

def _print(*args):
if AM_DEBUG_OUTPUT:
line = ""
for txt in args:
line = line + " " + str(txt)
if len(args) > 0:
line += " > "
print(line + inspect.stack()[1].__getattribute__("function"))