OPTIGA Trust M  1.1.0
C++ library for Optiga Trust M Chip Security Controller
optiga_lib_version.h
Go to the documentation of this file.
1 
38 #ifndef _OPTIGA_LIB_VERSION_H_
39 #define _OPTIGA_LIB_VERSION_H_
40 
41 #ifdef __cplusplus
42 extern "C" {
43 #endif
44 
46 #define OPTIGA_LIB_VERSION "Ver 1.30.885"
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
52 #endif /*_OPTIGA_LIB_VERSION_H_*/
53