C:\Users\jonds\AppData\Local\Temp\arduino_modified_sketch_222910\sketch_oct06a.ino: In function 'void loop()':
sketch_oct06a:19:13: error: 'DHT' was not declared in this scope
int chk = DHT.read11(DHT11_PIN);
^~~
Multiple libraries were found for "SimpleDHT.h"
Used: C:\Users\jonds\OneDrive\Desktop\arduino-1.8.10\libraries\SimpleDHT-1.0.12
Multiple libraries were found for "LiquidCrystal.h"
Used: C:\Users\jonds\OneDrive\Desktop\arduino-1.8.10\libraries\LiquidCrystal
exit status 1
'DHT' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
// Initialize DHT sensor.
// Note that older versions of this library took an optional third parameter to
// tweak the timings for faster processors. This parameter is no longer needed
// as the current DHT reading algorithm adjusts itself to work on faster procs.
DHT dht(DHTPIN, DHTTYPE);
You will need to create your object similar to the line above but with your variables.
Multiple libraries were found for "DHT.h"
In file included from C:\Users\jonds\OneDrive\Desktop\arduino-1.8.10\libraries\DHT-sensor-library-master\DHT_U.cpp:15:0:
C:\Users\jonds\OneDrive\Desktop\arduino-1.8.10\libraries\DHT-sensor-library-master\DHT_U.h:36:10: fatal error: Adafruit_Sensor.h: No such file or directory
#include <Adafruit_Sensor.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
Used: C:\Users\jonds\OneDrive\Desktop\arduino-1.8.10\libraries\DHT-sensor-library-master
Multiple libraries were found for "LiquidCrystal.h"
Used: C:\Users\jonds\OneDrive\Desktop\arduino-1.8.10\libraries\LiquidCrystal
exit status 1
Error compiling for board Arduino/Genuino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.