Structure holding information to configure a single digital pin. More...
#include <vexconfig.h>
Data Fields | |
tVexDigitalPin | pin |
The pin number. More... | |
tVexSensorType | type |
Type of pin, quad enc, sonar etc. More... | |
tVexDigitalConfig | cfg |
The config for this pin, this is type dependent. More... | |
uint16_t | chan |
The channel for this pin, quad enc & sonars. More... | |
Structure holding information to configure a single digital pin.
tVexDigitalPin pin |
The pin number.
tVexSensorType type |
Type of pin, quad enc, sonar etc.
The config for this pin, this is type dependent.
uint16_t chan |
The channel for this pin, quad enc & sonars.