generated from hulk/gd32e23x_template
15 lines
188 B
C
15 lines
188 B
C
//
|
|
// 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
|