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
+3-2
Original file line number
Diff line number
Diff line change
@@ -119,11 +119,12 @@ instead of the one that comes with the Arduino IDE (this one).
119
119
Allows the sketch to respond to multicast DNS queries for domain names like "foo.local".
120
120
See attached example and library README file for details.
121
121
122
-
#### Other libraries
122
+
#### Other libraries (not included with the IDE)
123
123
124
124
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:
125
125
126
-
- PubSubClient MQTT library. This library is not bundled with the IDE, you need to [download it separately](https://github.com/knolleary/pubsubclient). Use this [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393) to get started.
126
+
-[aREST](https://github.com/marcoschwartz/aREST) REST API handler library.
127
+
-[PubSubClient](https://github.com/knolleary/pubsubclient) MQTT library. Use this [sample](https://gist.github.com/igrr/7f7e7973366fc01d6393) to get started.
127
128
-[DHT11](https://github.com/adafruit/DHT-sensor-library) - initialize DHT as follows: ```DHT dht(DHTPIN, DHTTYPE, 15);```
0 commit comments