主题中讨论的其他器件:SysConfig
您可以使用 DL_GPIO_readPins (GPIO_Regs* GPIO、uint32_t 引脚)检查输入引脚的高电平、
如果我想检查"Low"、该怎么办?
此外、使用 MPS430、
如果((P4IN 和 BIT0)=1)~
我能够像这样将 P4.0表示为 P4IN 和 BIT0。
在 MSPM0中
例如、如何表示 PA10?
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.
您可以使用 DL_GPIO_readPins (GPIO_Regs* GPIO、uint32_t 引脚)检查输入引脚的高电平、
如果我想检查"Low"、该怎么办?
此外、使用 MPS430、
如果((P4IN 和 BIT0)=1)~
我能够像这样将 P4.0表示为 P4IN 和 BIT0。
在 MSPM0中
例如、如何表示 PA10?