Skip to content

Instantly share code, notes, and snippets.

View hawkeyes21's full-sized avatar

Jaymin Shah hawkeyes21

  • India
View GitHub Profile
@TrickSumo
TrickSumo / DHT11
Created April 17, 2019 16:35
Interface DHT11 temperature sensor with NodeMCU ESP8266
/* By TrickSumo.com
Libraries used:-
https://github.com/adafruit/DHT-sensor-library
https://github.com/adafruit/DHT-sensor-library
*/
#include <DHT.h>
#define DHTTYPE DHT11