Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View sdosemagen's full-sized avatar

Shannon Dosemagen sdosemagen

View GitHub Profile
@sdosemagen
sdosemagen / ThermalFlashlight.ino
Created February 4, 2012 20:28 — forked from jywarren/ThermalFlashlight.ino
Thermal Flashlight (RGB LED + Melexis 90614 + Arduino)
// See http://bildr.org/2011/02/mlx90614-arduino/ for i2c library and instructions
// You must download the "twimaster.cpp" and "i2cmaster.h" files, and place them in a folder called "I2Cmaster". This must be placed in a folder called "libraries" which in turn should be placed in your Sketchbook folder (see Arduino's Preferences menu item to see where this is on your machine.).
// Typically, once you install these files, you must relaunch Arduino.
// The extra files are included in this Gist, as well as attached to the page http://publiclaboratory.org/tool/thermal-camera
#include <i2cmaster.h>
#include "Wire.h"
//#include "BlinkM_funcs.h"