stm32f103
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dev_board.h File Reference
#include "stm32f10x.h"
#include "stm32f10x_gpio.h"
Include dependency graph for dev_board.h:

Go to the source code of this file.

Macros

#define LIB_USE_LED   1
 
#define LIB_LED1_PINOUT   {GPIOB, GPIO_Pin_0}
 
#define LIB_USE_BUTTON   1
 
#define LIB_BUTTON1_PINOUT   {GPIOE, GPIO_Pin_6}
 
#define LIB_USE_UART   1
 
#define LIB_UART1_TX_PINOUT   {GPIOA, GPIO_Pin_9}
 
#define LIB_UART1_RX_PINOUT   {GPIOA, GPIO_Pin_10}
 

Macro Definition Documentation

#define LIB_BUTTON1_PINOUT   {GPIOE, GPIO_Pin_6}
#define LIB_LED1_PINOUT   {GPIOB, GPIO_Pin_0}
#define LIB_UART1_RX_PINOUT   {GPIOA, GPIO_Pin_10}
#define LIB_UART1_TX_PINOUT   {GPIOA, GPIO_Pin_9}
#define LIB_USE_BUTTON   1
#define LIB_USE_LED   1
#define LIB_USE_UART   1