我用MSP430FR2633做的小实验,控制P3.0口输出高电平但是测试结果为1.1V左右什么原因?
程序:
void main() {
P3DIR |= BIT0;
P3OUT|=BIT0;
}
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.
我用MSP430FR2633做的小实验,控制P3.0口输出高电平但是测试结果为1.1V左右什么原因?
程序:
void main() {
P3DIR |= BIT0;
P3OUT|=BIT0;
}