void RTLSCtrl_enableAoaCmd(uint8_t *enableAoaCmd)这个函数好像是创建了一个回调函数,但是这个回调怎么用?
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.
void RTLSCtrl_enableAoaCmd(uint8_t *enableAoaCmd)这个函数好像是创建了一个回调函数,但是这个回调怎么用?
可以的。您可以看一下
This is because in AOA_MODE_ANGLE the code running on rtls_coordinator and rtls_passive calculates the angle from the raw data.
https://dev.ti.com/tirex/explore/node?node=AHYhhuDNTaRXzkOlahOlvA__pTTHBmu__LATEST
一般根据python设置的AoA结果模式,将调用不同的函数集,并将返回相应的数据集
