stm32f103
|
#include "stm32f10x.h"
#include "stm32f10x_gpio.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} |
#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 |