请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:MSP430FR2355 我可以在该 SpO2代码中更改哪些因素/输入
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.
我可以在该 SpO2代码中更改哪些因素/输入
器件型号:MSP430FR2355
log_waitCommand();
PPG_AppStart();
PPG_appSleep ();
PPG_appStop();
在运行代码时、系统进入等待状态
void log_waitCommand (void)
{
//等待 UART 命令
UCA1IE |= UCRXIE;//启用 USCI_A1 RX 中断
_bis_SR_register (LPM0_bits | GIE);//输入 LPM0、带中断
__no_operation();
}
如果我对 log_waitCommand 进行了注释、则程序会生成其自己的值