Files
ldc1612_cmake_vscode/Inc/board_config.h
2025-08-17 02:39:52 +08:00

13 lines
350 B
C

#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
/******************************************************************************/
#define LED_PORT GPIOA
#define LED_PIN GPIO_PIN_7
#define LED_RCU RCU_GPIOA
/******************************************************************************/
#endif //BOARD_CONFIG_H