Skip to content

Instantly share code, notes, and snippets.

View yusufcmlt's full-sized avatar
😴

Yusuf yusufcmlt

😴
View GitHub Profile
//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
@yusufcmlt
yusufcmlt / quotes.json
Created January 12, 2020 20:50 — forked from shreyasminocha/quotes.json
Quotes for freeCodeCamp Random Quote Machine
[
{
"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"
},
{