arduino / docs-content

Arduino documentation (docs.arduino.cc)
https://docs.arduino.cc/
Creative Commons Attribution Share Alike 4.0 International
169 stars 383 forks source link

wrong pin name in online documentation "SAM3X-Arduino Pin Mapping" #382

Open NexCastus opened 6 years ago

NexCastus commented 6 years ago

Hey,

on page SAM3X-Arduino Pin Mapping 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 SCL1 15 9
... ... ... ... ...
igmtz commented 1 year ago

Hello @per1234 I noticed that this issue isn't done yet, can I work on it?