2024-07-11 06:58:55 +00:00
|
|
|
|
/*
|
|
|
|
|
* mppt_control.h
|
|
|
|
|
*
|
|
|
|
|
* Created on: 2024<EFBFBD><EFBFBD>6<EFBFBD><EFBFBD>29<EFBFBD><EFBFBD>
|
|
|
|
|
* Author: psx
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef APP_INC_MPPT_CONTROL_H_
|
|
|
|
|
#define APP_INC_MPPT_CONTROL_H_
|
|
|
|
|
|
|
|
|
|
#include "debug.h"
|
2024-08-29 02:50:22 +00:00
|
|
|
|
#include <math.h>
|
2024-08-17 03:14:19 +00:00
|
|
|
|
|
2024-10-18 08:55:39 +00:00
|
|
|
|
extern void MpptContorl(void);
|
|
|
|
|
|
2024-07-11 06:58:55 +00:00
|
|
|
|
|
|
|
|
|
#endif /* APP_INC_MPPT_CONTROL_H_ */
|