FerriteGiant / circuitpython-mqtt-uart

This code is meant to run on an Adafruit Trinket M0 and implement the MQTT protocol using a esp8266 running stock (AT-command) firmware and communicating over UART. This is NOT meant to run ON an esp8266.
GNU General Public License v3.0
1 stars 0 forks source link

neat! #1

Open ladyada opened 5 years ago

ladyada commented 5 years ago

didnt see this before, you may find this new library handy :) https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol

FerriteGiant commented 5 years ago

Awsome! I've been too busy for the last several months to work on this. I'm looking forward to giving your new library a try.