From 6c40126413d576a481d515bf67a43551efd14f95 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 20 Sep 2020 14:59:33 +0200 Subject: [PATCH] removed A5 --- variants/CH2i-Sentinel-L082CZ/variant.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/variants/CH2i-Sentinel-L082CZ/variant.h b/variants/CH2i-Sentinel-L082CZ/variant.h index 3f886333..45fb4045 100755 --- a/variants/CH2i-Sentinel-L082CZ/variant.h +++ b/variants/CH2i-Sentinel-L082CZ/variant.h @@ -78,7 +78,7 @@ extern "C" // Number of pins defined in PinDescription array #define PINS_COUNT (26u) #define NUM_DIGITAL_PINS (16u) -#define NUM_ANALOG_INPUTS (6u) +#define NUM_ANALOG_INPUTS (5u) #define NUM_ANALOG_OUTPUTS (2u) // LEDs @@ -95,7 +95,6 @@ extern "C" #define PIN_A2 (18ul) #define PIN_A3 (19ul) #define PIN_A4 (20ul) -#define PIN_A5 (21ul) #define PIN_DAC0 (16ul) #define PIN_DAC1 (17ul) @@ -104,7 +103,6 @@ static const uint8_t A1 = PIN_A1; static const uint8_t A2 = PIN_A2; static const uint8_t A3 = PIN_A3; static const uint8_t A4 = PIN_A4; -static const uint8_t A5 = PIN_A5; static const uint8_t DAC0 = PIN_DAC0; static const uint8_t DAC1 = PIN_DAC1;