forked from M-Labs/artiq
7 lines
97 B
C
7 lines
97 B
C
|
#ifndef __GPIO_H
|
||
|
#define __GPIO_H
|
||
|
|
||
|
void gpio_set(int channel, int value);
|
||
|
|
||
|
#endif /* __GPIO_H */
|