Speeduino
Loading...
Searching...
No Matches
pinMapping.h
Go to the documentation of this file.
1
7#include <stdint.h>
8#include "pinNumbers_t.h"
9
20
29
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
Definition array.h:14
Store the pin assignments, as defined by the board.
Definition pinNumbers_t.h:40