macusbdb/macusbfb/usbgpio.h
2017-04-17 11:43:10 -07:00

3 lines
56 B
C

void gpioSet(int gpio, int val);
int gpioGet(int gpio);