Skip to content

Commit

Permalink
removed A5
Browse files Browse the repository at this point in the history
  • Loading branch information
hallard committed Sep 20, 2020
1 parent ff53184 commit 6c40126
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions variants/CH2i-Sentinel-L082CZ/variant.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

Expand All @@ -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;

Expand Down

0 comments on commit 6c40126

Please sign in to comment.