Skip to content

Instantly share code, notes, and snippets.

View mdente's full-sized avatar
🌚
Working from moon

Marcelo Dente SandBox mdente

🌚
Working from moon
View GitHub Profile
@mdente
mdente / git.md
Created November 8, 2021 19:55 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@mdente
mdente / ds18b20-nodemcu-v1.0-esp8266-arduino-ide.cpp
Last active April 3, 2018 02:30 — forked from teos0009/ds18b20-nodemcu-v1.0-esp8266-arduino-ide.cpp
DS18B20 nodeMCU v1.0 with ESP8266 arduino IDE stream data to thingspeak
//nodeMCU v1.0 (black) with Arduino IDE
//stream temperature data DS18B20 with 1wire on ESP8266 ESP12-E (nodeMCU v1.0)
//shin-ajaran.blogspot.com
//nodemcu pinout https://github.com/esp8266/Arduino/issues/584
#include <ESP8266WiFi.h>
#include <OneWire.h>
#include <DallasTemperature.h>
//Def
#define myPeriodic 15 //in sec | Thingspeak pub is 15sec