This file contains hidden or 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
//Kutuphanelerin tanimi | |
#include <ESP8266WiFi.h> | |
#include <FirebaseArduino.h> | |
#include <DHT.h> | |
//Firebase anahtar ve veritabani adi | |
#define FIREBASE_HOST "*** BURAYA FIREBASE VERITABANI ADI ***" | |
#define FIREBASE_AUTH "*** BURAYA VERI TABANI BAĞLANTI ANAHTARI ***" | |
//Wireless ssid ve sifre |
This file contains hidden or 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
[ | |
{ | |
"quote": "Life isn’t about getting and having, it’s about giving and being.", | |
"author": "Kevin Kruse" | |
}, | |
{ | |
"quote": "Whatever the mind of man can conceive and believe, it can achieve.", | |
"author": "Napoleon Hill" | |
}, | |
{ |