#include "ColPort.h" uint8_t ColPort::getColPins() { return colPins; } uint8_t ColPort::getPortState() { return portState; }