Two buttons click - OPLA IoT Kit - MKRIoTCarrier

ok I got it working

  if (carrier.Button4.getTouch() and carrier.Button3.onTouchDown()) {
    modeSelect = 1;
  }
2 Likes