This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <conio.h> | |
#include <time.h> | |
#include "cJSON.h" | |
// Structure Variables | |
struct record { | |
int ix; | |
int bt; | |
int v; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Sensörün kullanımı için öncelikle sensörün bağlantısını gerçekleştirmeniz gerekmektedir. | |
Sensörün bağlantında - 3 bacaklı DHT modülü için anlatım yapılacaktır - sensör size dönük haldeyken | |
soldaki bacak Sinyal bacağı, ortadaki bacak VCC yani güç bacağı, sağdaki bacak ise GND yani toprak | |
hattı bacağınızdır. | |
Sensörün kullanımı için sinyal bacağını PWM sinyali veren bir digital pine, VCC bacağını 3V'a, GND | |
bacağını ise NodeMCU üzerindeki herhangi bir GND pinine bağlayabilirsiniz. | |
*/ |
NewerOlder