-
-
Notifications
You must be signed in to change notification settings - Fork 110
SPI pins #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
77 is the Arduino pin number. This is just an arbitrary number used to refer to the pins in Arduino IO functions (e.g., |
Thanks. Can I find a schematic that uses this numbering? Can you please tell me which pin is used for SPI CS (Chip Select) by default if I'm not providing any pin number at SPI.begin() ? |
The Due's schematic and pin mapping table are both available on the "Documentation" tab of the Due's product page: But this isn't the appropriate place for this sort of discussion. This issue tracker is meant to be used only for reporting bugs and submitting feature requests. For general assistance, the appropriate place is the Arduino Forum. We're happy to provide all the assistance you need over there. |
SPI0_NPCS0 is PA28 and that is PIN 111 on the 144 pins package
Why is it 77 here?
ArduinoCore-sam/variants/arduino_due_x/variant.h
Line 108 in eed66e7
The text was updated successfully, but these errors were encountered: