(self.store) < 5: return False self.store.pop(0) if TACK_JUDGE == self.store: return True return False class SwProc(): def __init__(self): self._cs_ctl = CommSnd(ADDR, PORT_DST_CTL) self._tsw_no1 = TackSwitch(PIN_SW_NO1, "in_pullup", 0) self._tsw_no2 = TackSwitch...