#ifndef _GPIO_H #define _GPIO_H #include "main.h" void user_gpio_setup(void); #endif