Initial commit

This commit is contained in:
2025-08-17 02:39:52 +08:00
commit f82ab23898
95 changed files with 52342 additions and 0 deletions

12
Inc/board_config.h Normal file
View File

@@ -0,0 +1,12 @@
#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