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.

我按照ti的使用说明来调用mppt函数,但编译会出错啊



这是ti的调用说明

然后我在main初始化以及调用

代码如下

MPPT_PNO_IQ_init(&mppt_pno1);
mppt_pno1.Ipv =_IQ(0.0);; \\ Normalized Panel Current
mppt_pno1.Vpv = _IQ(0.0);; \\ Normalized Panel Voltage

MPPT_PNO_IQ_FUNC(&mppt_pno1);

但编译出错

这是咋回事啊