Skip to content

Instantly share code, notes, and snippets.

View mengelskirchen's full-sized avatar

Michael Engelskirchen mengelskirchen

View GitHub Profile
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package paperjammer;
/**
*
* @author ForTN0X
#include <ArduinoJson.h>
#include <ESP8266WiFi.h>
#include <WiFiClientSecure.h>
#include <LiquidCrystal_I2C.h>
#include <Wire.h>
LiquidCrystal_I2C lcd(0x27, 20, 4);
const char* ssid = ""; //WLAN-Name
const char* password = ""; //WLAN-Passwort
const char* host = "api.openweathermap.org";