
Untitled
By: a guest on
Aug 8th, 2012 | syntax:
None | size: 0.58 KB | hits: 12 | expires: Never
/**
* The DATA_IN pin
*/
#define DATA_PIN 8
/**
* The DIMM_IN pin should be pulled to LOW to enable display,
* also used for brightness with PWM (using analogWrite())
*/
#define DIMM_PIN 9
//11
/**
* The CLK_IN pin
*/
#define CLK_PIN 10
/**
* DS18B20 data wire is plugged into port 7 on the Arduino
*/
#define ONE_WIRE_BUS 7
/**
* DS18B20 Power pin is connected on pin A3
*/
#define ONE_WIRE_POWER A3
/**
* Brightness potientiometer pin is connected on pin A1
*/
#define BRIGHTNESS_POT_PIN A1
#define SQW_INTERRUPT_PIN 2
#define PIN_TEMP_ONLY 5
#define PIN_CLOCK_ONLY 4