Arduino
// MLX_Temperature (Arduino - ATMega328) //
// Arduino Melexis MLX90614 //
// 9 (PORTB.1) ----------------- SDA (2)
// 8 (PORTB.0) ----------------- SCL (1)
// +5 ---- VDD (3) // GRD --- VSS (4) //
// 1 K pullups to + 5 VDC on SDA and SCL // //
// Continually measures ambient Ta and object To and displays values
// in degrees F to terminal. //
// copyright, Peter H Anderson, Baltimore, MD, Feb 23, '11