View Single Post
Old 01-27-2011, 07:50 AM   #613 (permalink)
eimix
EcoModding Lurker
 
Join Date: Aug 2010
Location: Lithuania
Posts: 74
Thanks: 3
Thanked 21 Times in 15 Posts
Code:
#ifdef UseOutsideTemperatureSensor
  #define OutsideTemperaturePin 15 // Inside temperature sensor, on analog 1
#endif

#ifdef UseInsideTemperatureSensor
  #define InsideTemperaturePin 16 // Inside temperature sensor, on analog 2
#endif
On board it is analog pins 1 & 2, but in Arduino software it is 15 & 16, same pins, but different numbers. I do not know why.
  Reply With Quote
The Following User Says Thank You to eimix For This Useful Post:
crysty7 (01-27-2011)