View Single Post
Old 12-17-2012, 03:33 PM   #2 (permalink)
josemapiro
EcoModding Apprentice
 
Join Date: Dec 2012
Location: Portugal
Posts: 197
Thanks: 93
Thanked 70 Times in 64 Posts
I've been searching and found the connections for the indoor and outdoor temperatures the problem is using the A1 and A2 but A1 is already being used for the Buzzer.
How can I solve this problem.

Quote:
Originally Posted by eimix View Post
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
And I connected it

Code:
 +5V ---- 2kOhm resistor -----|------ KTY81 ------ GND
                              |
                              |
                              |
                          PIN 16 or 15
  Reply With Quote