Initial commit

This commit is contained in:
2024-12-31 20:42:32 +08:00
commit e27e17c544
79 changed files with 64210 additions and 0 deletions

14
inc/led.h Normal file
View File

@@ -0,0 +1,14 @@
//
// Created by yelv1 on 24-12-30.
//
#ifndef LED_H
#define LED_H
#include "gd32e23x_it.h"
#include "gd32e23x.h"
#include "board_config.h"
void led_blink_config(void);
#endif //LED_H