Skip to content

Commit a432e69

Browse files
committed
NTC pins added
1 parent 4a7ab89 commit a432e69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variants/panstamp_avr_2.0/pins_arduino.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ static const uint8_t A7 = 13;
7474
// Preferred analog pin to measure battery voltage
7575
#define BATT_VOLT_PIN A0
7676

77+
// NTC power pin
78+
#define NTC_POWER_PIN 22
79+
// NTC ADC pin
80+
#define NTC_PIN A7
81+
7782
// ADC resolution
7883
#define ADC_RESOLUTION 1023
7984

0 commit comments

Comments
 (0)