You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,7 @@ See attached example and library README file for details.
188
188
Libraries that don't rely on low-level access to AVR registers should work well. Here are a few libraries that were verified to work:
189
189
190
190
-[aREST](https://github.com/marcoschwartz/aREST) REST API handler library.
191
-
-[PubSubClient](https://github.com/knolleary/pubsubclient) MQTT library. Use this [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393) to get started.
191
+
-[PubSubClient](https://github.com/Imroy/pubsubclient) MQTT library by @Imroy.
192
192
-[DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
0 commit comments