We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7965bc8 commit bd001bbCopy full SHA for bd001bb
README.md
@@ -2,7 +2,8 @@
2
All my arduino projects
3
4
## ESP32_TEMPERATURE
5
-ESP32 connects to a MQTT server via WiFi and put temperature and humidity values into topics
+ESP32 connects to a MQTT server via WiFi and put temperature and humidity values into topics.<br/>
6
+(Needs <WiFi.h>, <PubSubClient.h> & <DHT.h>)
7
8
## libraries
9
- HC-SR04 functions
@@ -13,4 +14,4 @@ ESP32 connects to a MQTT server via WiFi and put temperature and humidity values
13
14
HR-SR04 ultrasound modules test
15
16
## test_MQ7
-MQ7 carbon monoxyde modules test
17
+MQ7 carbon monoxyde modules test
0 commit comments