dineshannayya / riscduino

Arduino compatible Risc-V Based SOC
Apache License 2.0
136 stars 23 forks source link

Discrepencies in the readme. #28

Closed govardhnn closed 10 months ago

govardhnn commented 11 months ago

In the SOC Pin Mapping Section of the README, the diagram and table values do not match.

ATMEGA328 Pin No 1 in the diagram is connected to Arduino Digital Pin 22 (D22) but in the the Table right below it, its D20.

Similiarly, there is mismatches at PINS 9 and 10.

Upon closer observation, one can notice that these are only for Arduino functions (reset and crystal) which aren't defined by specification. ATmega168/328P-Arduino Pin Mapping

Can you please clarify which of these is the correct pin mapping?