#ifndef GPIO_H #define GPIO_H #include "stm32f0xx_system.h" void initialise_gpio(void); #endif