adafruit / ArduinoCore-samd

114 stars 116 forks source link

PyPortal: fix SS pin definition #347

Closed IanBurwell closed 4 months ago

IanBurwell commented 1 year ago

When using the PyPortal I noticed that the SS pin was set to PIN_A2 (pin 16 I think). I believe that SS usually refers to the slave select line which in the case of the SD card is pin 32. As per the //??? comment I presumed this to be a mistake and am submitting this simple PR as a simple fix.

For reference here is the PyPortal Titano's pinout: img