QuakeGod
2024-11-25 9aed5d7e7b3c7bf09da712e9c272ece401a7acc9
1
2
3
4
5
6
7
8
9
10
#ifndef __GPIO_H_
#define __GPIO_H_
 
 
void Timer0_Init(void);
void Timer1_Init(void);
 
 
 
#endif