This website works better with JavaScript
Home
Explore
Help
Register
Sign In
haitaowang1001
/
dtu_simple
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
0713ce37dd
Branches
Tags
master
test
dtu_simple
/
bootloader
/
USR
/
main.c
main.c
94 B
History
Raw
1
2
3
4
5
6
7
8
#include "main.h"
#include "delay.h"
#include "gd32f30x.h"
int main(void)
{
Delay_Init();
}