gd32e23x_template/inc/peripheral.h
yelvlab 7fa633805b Revert "test"
This reverts commit fecaa256ca875a88d75a33249926d835c4ddafe0.
2024-12-30 22:23:47 +08:00

12 lines
159 B
C

//
// Created by yelv1 on 24-9-22.
//
#ifndef PERIPHERAL_H
#define PERIPHERAL_H
void usart_config(void);
void led_blink_config(void);
#endif //PERIPHERAL_H