Files

7 lines
71 B
C

#ifndef GPIO_H
#define GPIO_H
void gpio_init(void);
#endif // GPIO_H