UPP/MATLAB/app_wrapper/app_includes.h
Razvalyaev 79ff2667c4 Всякие фиксы модели и заготовки для АЦП
И почему то все равно MATLAB намертво блокирует mingw64.... Приходится перезапускать матлаб для перекомпиляции
2025-11-09 21:04:52 +03:00

20 lines
636 B
C
Raw Permalink 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 START
// Инклюды для доступа к коду МК в коде оболочке
#include "main.h"
#include "tim.h"
#include "adc.h"
#include "upp_main.h"
#include "adc_tools.h"
// INCLUDES END
#endif //_APP_INCLUDES_H_