Appiko
SDK_EVAL_Config.c
Go to the documentation of this file.
1 
24 /* Includes ------------------------------------------------------------------*/
25 #include "SDK_EVAL_Config.h"
26 #include "cube_hal.h"
27 
91 static uint8_t s_SdkEvalVersion = SDK_EVAL_NUCLEO_VER;
92 
93 
100 {
101 
102 }
108 uint8_t SdkEvalGetVersion(void)
109 {
110  return s_SdkEvalVersion;
111 }
112 
127 /******************* (C) COPYRIGHT 2016 STMicroelectronics *****END OF FILE****/
void SdkEvalIdentification(void)
Identifies the current motherboard.
This file contains SDK EVAL configuration and useful defines.
uint8_t SdkEvalGetVersion(void)
Returns the version of the current motherboard.