From: Ryan L Date: Sun, 24 Apr 2022 16:31:58 +0000 (+0100) Subject: Add SCK labels to SPI ports for compatiblity with libraries thatuse this rather than... X-Git-Tag: 8.23.0~1^2~34 X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/commitdiff_plain/90c669779d15187697c5863c16bdf2e2e26fd8f5?hp=90c669779d15187697c5863c16bdf2e2e26fd8f5 Add SCK labels to SPI ports for compatiblity with libraries thatuse this rather than SCLK. Additionally simplify access to the i2c bus by renaming the pins from 'SDA2' and 'SCL2' to 'SDA' and 'SCL' as realistically this is the only i2c port that is actually avaliable on the board ---