QuakeGod
2024-11-25 9aed5d7e7b3c7bf09da712e9c272ece401a7acc9
提交 | 用户 | age
5dd1b7 1 #ifndef __GPIO_H_
Q 2 #define __GPIO_H_
3
4
5 void Timer0_Init(void);
6 void Timer1_Init(void);
7
8
9
10 #endif