请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
主题中讨论的其他器件:MSP430F2419我正在使用 MSP430F2419
int main (空)
{
WDTCTL = WDTPW + WDTHOLD;//停止看门狗计时器
while (1)
{
P1OUT &=~0x02;
}
}
为什么我不能将 p1.1置为零?
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.
我正在使用 MSP430F2419
int main (空)
{
WDTCTL = WDTPW + WDTHOLD;//停止看门狗计时器
while (1)
{
P1OUT &=~0x02;
}
}
为什么我不能将 p1.1置为零?