EPROMEmu/Inc/gpio.h

9 lines
106 B
C

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