This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

为什么我不能拉低管脚

Other Parts Discussed in Thread: MSP430F2419

我用的单片机要 MSP430F2419

int main(void)
{
WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer

  while(1)

      P1OUT &= ~0x02;
  }

}

为什么p1.1的管脚无法拉低?