#ifndef GPIO_H #define GPIO_H #include // Function prototype for initializing GPIO void init_gpio(void); #endif // GPIO_H