Go to the documentation of this file.
39 #ifndef RTLIB_CONFIG_MAINBOARD_VER4_2_H_
40 #define RTLIB_CONFIG_MAINBOARD_VER4_2_H_
42 #if !defined(STM32F103VCT6)
43 #error "This configuration is designed for a STM32F103VCT6 device. (Did you set DEVICE in CMakeLists.txt correctly?)"
44 #endif // !defined(STM32F103VCT6)
47 #define LIB_LED0_PINOUT {GPIOB, GPIO12}
48 #define LIB_LED1_PINOUT {GPIOB, GPIO13}
49 #define LIB_LED2_PINOUT {GPIOB, GPIO14}
51 #define LIB_USE_BUTTON 2
52 #define LIB_BUTTON0_PINOUT {GPIOB, GPIO6}
53 #define LIB_BUTTON1_PINOUT {GPIOB, GPIO7}
55 #endif // RTLIB_CONFIG_MAINBOARD_VER4_2_H_