Files
MSE-SoftwEng/TSM_PicoW_Sensor/McuLib/McuLibVersion.h
SylvanArnold 6cd510e749 feat: added PicoW_Sensor code template
Credits to @ext-erich.styger that provided the template
2025-05-06 13:07:01 +00:00

25 lines
610 B
C

/**
* \file
* \brief Version information header file for MCU library
* Copyright (c) 2020-2024, Erich Styger
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SOURCES_MCULIBVERSION_H_
#define SOURCES_MCULIBVERSION_H_
/* See
* https://github.com/ErichStyger/McuOnEclipseLibrary
* Date: 16-Dec-2024
* Time: 08:04
*/
#define McuLib_VERSION_VERSION_MAJOR (1)
/*!< McuLib major version number */
#define McuLib_VERSION_VERSION_MINOR (0)
/*!< McuLib minor version number */
#define McuLib_VERSION_VERSION_BUILD (11)
/*!< McuLib build version number */
#endif /* SOURCES_MCULIBVERSION_H_ */