arduino / arduino/ArduinoCore-mbed
Digital Pin defines missing in RP2040 Connect
- Dominant language
- C
- Stars
- 411
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Why doesn't the RP2040 `pins_arduino.h` contain the digital pin defines like the 33BLE?
e.g. shouldn't this be in `.../mbed_nano/2.1.0/variants/NANO_RP2040_CONNECT/pins_arduino.h` ?
```
// Digital pins
// -----------
#define D0 (0u)
#define D1 (1u)
#define D2 (2u)
#define D3 (3u)
#define D4 (4u)
#define D5 (5u)
#define D6 (6u)
#define D7 (7u)
#define D8 (8u)
#define D9 (9u)
#define D10 (10u)
#define D11 (11u)
#define D12 (12u)
#define D13 (13u)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the RP2040 pins_arduino.h at mbed_nano/2.1.0/variants/NANO_RP2040_CONNECT/pins_arduino.h with the 33BLE variant mentioned in the issue. Confirm whether the digital pin definitions are intentionally absent or need to be added; done means the RP2040 variant's digital-pin interface matches the intended board behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100