upiwin/src/gpio.h

9 lines
182 B
C
Raw Normal View History

2019-11-29 02:05:30 -07:00
#ifndef __GPIO_H_INCLUDED
#define __GPIO_H_INCLUDED
extern int Gpio_setup(void);
extern void Gpio_cleanup(void);
extern int Gpio_poll_buttons(void);
#endif /* __GPIO_H_INCLUDED */