Skip to content

Instantly share code, notes, and snippets.

View caldog20's full-sized avatar

Caleb Yates caldog20

  • United States
  • 13:23 (UTC -06:00)
View GitHub Profile
@caldog20
caldog20 / ec2-join-tag-example-yaml.yml
Created August 31, 2023 22:58 — forked from pbzona/ec2-join-tag-example-yaml.yml
CloudFormation - Join example in YAML
Parameters:
App:
Description: "Examples: blog, api"
Type: String
Env:
Description: "Examples: prod, stag, dev"
Type: String
Role:
Description: "Examples: web, worker, scheduler"
Type: String
@caldog20
caldog20 / esp8266-lcd-1602a-temperature-sensor-dht11
Created June 10, 2020 22:29 — forked from vikrant2mahajan/esp8266-lcd-1602a-temperature-sensor-dht11
Connect an LCD 1602A with ESP8266 along with DHT11 temperature sensor
/*
DHT Weather server with display integrated for NodeMCU esp8266 and 1602A LCD
Please connect 1602A using I2C backpack.
If you feel display is not showing anything, please take a screwdriver and update contrast
using I2C potentiometer in back of LCD
LCD config
SDA pin - D2
SCL pin - D1