pinNumbers_t getPinMapping(uint8_t boardID)
Get the pin numbers for the relevant board, based on the boardID.
Definition pinMapping.cpp:1540
uint8_t pinTranslateAnalog(uint8_t rawPin)
Translate a pin number (0 - 22) to the relevant Ax (analog) pin reference.
Definition pinMapping.cpp:16
uint8_t pinTranslate(uint8_t rawPin)
Translate between the pin list that appears in TS and the actual pin numbers.
Definition pinMapping.cpp:8
Store the pin assignments, as defined by the board.
Definition pinNumbers_t.h:40