/*
* mppt_control.h
*
* Created on: 2024年6月29日
* Author: psx
*/
#ifndef APP_INC_MPPT_CONTROL_H_
#define APP_INC_MPPT_CONTROL_H_
#include "debug.h"
#include <math.h>
extern void MpptContorl(void);
#endif /* APP_INC_MPPT_CONTROL_H_ */