doc: renamed project
This commit is contained in:
committed by
Sylvan Arnold
parent
244e516bd8
commit
32618389d1
24
pico-sensor/McuLib/McuLibVersion.h
Normal file
24
pico-sensor/McuLib/McuLibVersion.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* \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_ */
|
||||
Reference in New Issue
Block a user