matlab_23550/Inu/app_wrapper/app_includes.h
Razvalyaev 2be534e35e Аналог коммита 654e0cf240 для этой ветки
#7 бля, надо чет делать с этим, слишком запарно постоянно синхронизировать две ветки...
2025-01-19 23:14:51 +03:00

41 lines
1.1 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
**************************************************************************
* @file app_includes.h
* @brief Заголовочный файл для подключаения заголовочных файлов программы МК.
**************************************************************************/
#ifndef _APP_INCLUDES_H_
#define _APP_INCLUDES_H_
#include "app_configs.h"
// Includes
#include "DSP281x_Device.h"
#include "math.h"
#include "C28x_FPU_FastRTS.h"
#include "edrk_main.h"
#include "vector.h"
#include "vector_control.h"
#include "adc_tools.h"
#include "uf_alg_ing.h"
#include "v_rotor.h"
#include "v_rotor_22220.h"
#include "v_pwm24_v2.h"
#include "control_station.h"
#include "control_station_project.h"
#include "CAN_Setup.h"
#include "RS_Functions.h"
#include "master_slave.h"
#include "xp_write_xpwm_time.h"
#include "global_time.h"
#include "PWMTools.h"
#include "alg_simple_scalar.h"
#include <params.h>
#include <params_alg.h>
#include <params_norma.h>
#include <params_pwm24.h>
#include <params_temper_p.h>
#include <project.h>
#endif //_APP_INCLUDES_H_