Skip to content

Commit

Permalink
Add pin PD3 to Daisy Seed Variant
Browse files Browse the repository at this point in the history
This pin is used as a version check for the seed 1.1
  • Loading branch information
beserge authored and fpistm committed Oct 28, 2021
1 parent 9afe0bb commit 2644fba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const PinName digitalPin[] = {
// NC, 3v3D Out
// NC, VIN
// NC, DGND
PC_7 // LED_BUILTIN
PC_7, // LED_BUILTIN
PD_3 // Version 1.1
};

const uint32_t analogInputPin[] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#define PB14 29
#define PB15 30
#define PC7 31 // LED_BUILTIN
#define PD3 32

// Alternate pins number
#define PA0_ALT1 (PA0 | ALT1)
Expand Down Expand Up @@ -92,7 +93,7 @@
#define PC10_ALT1 (PC10 | ALT1)
#define PC11_ALT1 (PC11 | ALT1)

#define NUM_DIGITAL_PINS 32
#define NUM_DIGITAL_PINS 33
#define NUM_ANALOG_INPUTS 12

// On-board LED pin number
Expand Down

0 comments on commit 2644fba

Please sign in to comment.