TM STM32F4xx Libraries  v1.0.0
Libraries for STM32F4xx devices from Tilen Majerle
tm_stm32f4_library_template.h
1 
30 #ifndef TM_LIBRARY_H
31 #define TM_LIBRARY_H 100
32 
33 /* C++ detection */
34 #ifdef __cplusplus
35 extern C {
36 #endif
37 
64 #include "stm32f4xx.h"
65 #include "stm32f4xx_rcc.h"
66 #include "defines.h"
67 
73 /* Macros here */
83 /* Typedefs here */
93 /* Functions here */
106 /* C++ detection */
107 #ifdef __cplusplus
108 }
109 #endif
110 
111 #endif