mppt/App/inc/mppt_control.h

18 lines
252 B
C
Raw Normal View History

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>
extern void MpptContorl(void);
2024-07-11 06:58:55 +00:00
#endif /* APP_INC_MPPT_CONTROL_H_ */