We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47b61a commit b756680Copy full SHA for b756680
variants/watchy/pins_arduino.h
@@ -29,15 +29,15 @@ static const uint8_t RTC_INT_PIN = 27;
29
#if defined(ARDUINO_WATCHY_V10)
30
static const uint8_t UP_BTN_PIN = 32;
31
static const uint8_t BATT_ADC_PIN = 33;
32
-#define RTC_TYPE 1 //DS3231
+#define RTC_TYPE 1 //DS3231
33
#elif defined(ARDUINO_WATCHY_V15)
34
35
static const uint8_t BATT_ADC_PIN = 35;
36
-#define RTC_TYPE 2 //PCF8563
+#define RTC_TYPE 2 //PCF8563
37
#elif defined(ARDUINO_WATCHY_V20)
38
static const uint8_t UP_BTN_PIN = 35;
39
static const uint8_t BATT_ADC_PIN = 34;
40
41
#endif
42
43
#define UP_BTN_MASK (BIT64(UP_BTN_PIN))
0 commit comments