File: kobuki_msgs/DigitalOutput.msg
Raw Message Definition
# Digital output - only four pins.
# Array of values indices represent pins 0-3 respectively.
bool[4] values
# Set indices to true to set a pin, false to ignore.
bool[4] mask
Compact Message Definition
bool[4] values
bool[4] mask