Posts by renown • 11 points
1 post
-
0
votes1
answer397
viewsQ: Arduino - invalid operands of types 'double' and 'double' to Binary 'Operator'
#include <DHT.h> #include <math.h> #include <stdlib.h> #include <stdafx.h> #include <iostream> #define DHT1PIN 2 #define DHT2PIN 3 #define DHT3PIN 4 #define DHT4PIN 5…