Closed thorpej closed 2 months ago
Thanks. You're right, this was left over from v0.2 which actually had this pinout. They were reversed like this resulting in any gpio operations on the CD0-7 pins needing to be reversed via a lookup table. It was a messy time. 😁
Closed as fixed in dev
The comments in main.c about the CD0-CD7 pin mappings are misleading. TI's convention calls the LSB "CD7" and the MSB "CD0". The nomenclature is correct on the v0.3 schematic, but the comments in main.c are incorrect. A corrected comment block would be:
I also suggest renaming the constant
GPIO_CD0
toGPIO_CD7
.