From: Scott Main Date: Tue, 8 Dec 2020 02:04:52 +0000 (-0800) Subject: Support pin names in RPI style for Coral boards X-Git-Tag: 5.9.1^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/67df25c8ffce4784d8fe7135149a65d70bb53be6?hp=67df25c8ffce4784d8fe7135149a65d70bb53be6 Support pin names in RPI style for Coral boards This should allow code compatibility across boards when using the "D#" names, as per the Raspberry Pi header. This also renames several pin names for the Mini so they actually match the datasheet pin names. (Previously, I mistakenly used pin names from the original Dev Board.) These renames are safe at this point because the Dev Board Mini has not shipped yet. ---