adafruit / Adafruit_CircuitPython_MiniMQTT

MQTT Client Library for CircuitPython
Other
72 stars 50 forks source link

Create minimqtt_multipub_simpletest.py #191

Open DJDevon3 opened 7 months ago

DJDevon3 commented 7 months ago

Adds a simple demo for publishing multiple feeds. Designed to be used with the BME280 sensor but filled in with fake values so it should work as is. Most other demos are using the ESP32SPI library. This one is more designed for the newer ESP32-S2 & S3 with no coprocessor.