Skip to content

Instantly share code, notes, and snippets.

View PaulRB's full-sized avatar

Paul PaulRB

  • West Yorkshire, UK
View GitHub Profile
@PaulRB
PaulRB / gist:ea998292b684980a350462b9297dde6c
Created May 1, 2016 17:45
Conway's Game Of Life for WeMos D1 Mini
// Conway's Game Of Life
// For WeMos D1 Mini and 128x64 OLED display
// PaulRB
// April 2016
#include <SPI.h>
//Pins controlling SSD1306 Graphic OLED
#define OLED_DC D8
@PaulRB
PaulRB / gist:8372742
Created January 11, 2014 16:04
Port of Arduino library for SHT21 i2c Temperature & Humidity Sensor for Spark Core
/*
SHT2x - A Humidity Library for Arduino.
Supported Sensor modules:
SHT21-Breakout Module - http://www.moderndevice.com/products/sht21-humidity-sensor
SHT2x-Breakout Module - http://www.misenso.com/products/001
Created by Christopher Ladden at Modern Device on December 2009.
Modified by www.misenso.com on October 2011: