Add header file matching library name (#23)
* Add header file matching library name
This allows the library to be correctly selected using the proper
include file instead of DHT.h (that may lead to the inclusion of another
DHT library).
This is the releavnt WARNING after running arduino-lint:
Linting library in /home/megabug/Workspace/Grove_Temperature_And_Humidity_Sensor
WARNING: No header file found matching library name (Grove_Temperature_And_Humidity_Sensor.h). Best practices are for
primary header filename to match library name.
See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
(Rule LS008)
* Release version 2.0.2