2025-01-13 13:05:34 +03:00
|
|
|
#ifndef INIT28335
|
|
|
|
#define INIT28335
|
|
|
|
|
2025-01-15 11:01:26 +03:00
|
|
|
#include "mcu_wrapper_conf.h"
|
2025-01-13 13:05:34 +03:00
|
|
|
|
|
|
|
void init28335(void);
|
|
|
|
|
|
|
|
void edrk_init_matlab(void);
|
|
|
|
void edrk_init_variables_matlab(void);
|
2025-01-13 16:58:59 +03:00
|
|
|
void set_zadanie_u_charge_matlab(void);
|
|
|
|
void init_Uin_rms(void);
|
2025-01-13 13:05:34 +03:00
|
|
|
#endif //INIT28335
|