A GPIO pin definition for remote hardware module
GPIO Pin number (must match Arduino)
from field: uint32 gpio_pin = 1;
Name for the GPIO pin (i.e. Front gate, mailbox, etc)
from field: string name = 2;
Type of GPIO access available to consumers on the mesh
from field: meshtastic.RemoteHardwarePinType type = 3;
from message meshtastic.RemoteHardwarePin
A GPIO pin definition for remote hardware module