Skip to content

Instantly share code, notes, and snippets.

View anengineerdude's full-sized avatar

Ryan McLaughlin anengineerdude

View GitHub Profile
@anengineerdude
anengineerdude / gist:1816364
Created February 13, 2012 12:10
Arduino Quad Thermocouple with LCD
// Arduino Quad Thermocouple with LCD
#include <MAX31855.h>
#include <LiquidCrystal.h>
// Adruino 1.0 pre-defines these variables
#if ARDUINO < 100
int SCK = 13;
int MISO = 12;
#endif