arduino / arduino/docs-content
wrong pin name in online documentation "SAM3X-Arduino Pin Mapping"
Open
bug
community
- Dominant language
- Python
- Stars
- 375
- Forks
- 555
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
Hey,
on page [SAM3X-Arduino Pin Mapping](https://www.arduino.cc/en/Hacking/PinMappingSAM3X) the "Mapped Pin Name" for pin 71 is incorrectly stated as SCL2 rather than the actual SCL1.
> Due Pin Number | SAM3X Pin Name | Mapped Pin Name | Max Output Current (mA) | Max Current Sink (mA)
> -- | -- | -- | -- | --
> ...|...|...|...|...
> 71 | PA18 | SCL2 | 15 | 9
> ...|...|...|...|...
should be:
> Due Pin Number | SAM3X Pin Name | Mapped Pin Name | Max Output Current (mA) | Max Current Sink (mA)
> -- | -- | -- | -- | --
> ...|...|...|...|...
> 71 | PA18 | SCL**1** | 15 | 9
> ...|...|...|...|...
Contributor guide
Assessment
This issue has not been assessed yet.