Appiko
SDK_EVAL_Config.h
Go to the documentation of this file.
1 
27 /* Define to prevent recursive inclusion -------------------------------------*/
28 #ifndef __SDK_EVAL_CONFIG_H
29 #define __SDK_EVAL_CONFIG_H
30 
31 /* Includes ------------------------------------------------------------------*/
32 
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 
37 
62 #define SDK_EVAL_SPI_PRESCALER SPI_BAUDRATEPRESCALER_4
63 #define SDK_EVAL_UART_BAUDRATE 115200
64 
73 void SdkEvalIdentification(void);
74 uint8_t SdkEvalGetVersion(void);
75 
90 #ifdef __cplusplus
91 }
92 #endif
93 
94 #endif
95 
96 /******************* (C) COPYRIGHT 2015 STMicroelectronics *****END OF FILE****/
uint8_t SdkEvalGetVersion(void)
Returns the version of the current motherboard.
void SdkEvalIdentification(void)
Identifies the current motherboard.