您好!
我们在定制电路板上使用的是 CC1352P。
注意到当使用 Temperature_registerNotifyLow()时,当温度降至低于 threshold_cutoff 时,不会立即调用通知回调 。
例如、如果将 threshold_cutoff 设置为25 度、则当温度降至 24度时不会调用通知回调。
我们通过调用 Temperature_getTemperature ()测量24度温度。
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.
您好!
我们在定制电路板上使用的是 CC1352P。
注意到当使用 Temperature_registerNotifyLow()时,当温度降至低于 threshold_cutoff 时,不会立即调用通知回调 。
例如、如果将 threshold_cutoff 设置为25 度、则当温度降至 24度时不会调用通知回调。
我们通过调用 Temperature_getTemperature ()测量24度温度。
Amit、您好!
驱动程序文件中提到了温度传感器的固有不精确性 ,你所看到的,是可能的,是在范围内规定的驱动程序。
此致、
SID