добавлен модбас
This commit is contained in:
35
Core/MyLibs/mylibs_config.h
Normal file
35
Core/MyLibs/mylibs_config.h
Normal file
@@ -0,0 +1,35 @@
|
||||
/**
|
||||
**************************************************************************
|
||||
* @file mylibs_config.h
|
||||
* @brief Конфигурации для библиотек MyLibs
|
||||
**************************************************************************
|
||||
* @defgroup MYLIBS_CONFIG Configs My Libs
|
||||
* @ingroup MYLIBS_ALL
|
||||
* @brief Конфигурации для библиотек MyLibs
|
||||
@{
|
||||
*************************************************************************/
|
||||
#ifndef __MYLIBS_CONFIG_H_
|
||||
#define __MYLIBS_CONFIG_H_
|
||||
|
||||
#include "py32f0xx_hal.h"
|
||||
|
||||
// user includes
|
||||
#include "interface_config.h"
|
||||
|
||||
|
||||
#define RS_USER_VARS_NUMB 0
|
||||
#define ADC_USER_VARS_NUMB 0
|
||||
#define ADC_CH_USER_VARS_NUMB 0
|
||||
|
||||
|
||||
#define INCLUDE_BIT_ACCESS_LIB
|
||||
#define INCLUDE_TRACKERS_LIB
|
||||
#define INCLUDE_TRACE_LIB
|
||||
//#define INCLUDE_GENERAL_PERIPH_LIBS
|
||||
//#define FREERTOS_DELAY
|
||||
|
||||
|
||||
/** MYLIBS_CONFIG
|
||||
* @}
|
||||
*/
|
||||
#endif //__MYLIBS_CONFIG_H_
|
||||
Reference in New Issue
Block a user