PIN_CAP_OUTPUT
widget.d.pin.capabilities & PIN_CAP_OUTPUT ? "[Output]" : "",
#define PIN_CAP_IS_OUTPUT(c) ((c & PIN_CAP_OUTPUT) != 0)