Skip to content

Instantly share code, notes, and snippets.

View yhdesai's full-sized avatar
💻
Shipping

Yash Desai yhdesai

💻
Shipping
View GitHub Profile
@yhdesai
yhdesai / git_graph.php
Created September 30, 2021 08:46 — forked from levelsio/git_graph.php
GitHub style graph in PHP + CSS
<style>
.git-graph {
text-align: left;
line-height: 1;
}
.git-graph-row {
clear: both;
text-align: left;
}
.git-graph-cell {
@yhdesai
yhdesai / NodeMCU_LED_ON_OFF.ino
Created September 16, 2017 12:38 — forked from sdrshnptl/NodeMCU_LED_ON_OFF.ino
Toggle LED from NodeMCU using WIFI.
/*
open browser and hit
192.168.1.167/?1 to ON
192.168.1.167/?0 to OFF
*/
#include <ESP8266WiFi.h>