SubZero Common
Common library components for an FRC CommandRobot
|
#include <ConnectorX.h>
Public Attributes | |
uint8_t | port |
uint8_t | mode |
Definition at line 110 of file ConnectorX.h.
uint8_t ConnectorX::Commands::CommandDigitalSetup::mode |
Follows the Arduino-defined values for pinMode INPUT = 0 INPUT_PULLUP = 2 INPUT_PULLDOWN = 3 OUTPUT = 1 OUTPUT_2MA = 4 OUTPUT_4MA = 5 OUTPUT_8MA = 6 OUTPUT_12MA = 7
Definition at line 122 of file ConnectorX.h.
uint8_t ConnectorX::Commands::CommandDigitalSetup::port |
Definition at line 111 of file ConnectorX.h.