#ifndef __GPIO_H__ #define __GPIO_H__ #include /*************************************************************************************///External Function extern void GPIO_Init(void); extern void GPIO_Default_Init(void); #endif