This website requires JavaScript.
Explore
Help
Sign In
srenblad
/
artiq
forked from
M-Labs/artiq
Watch
1
Star
0
Fork
You've already forked artiq
0
Code
Pull Requests
Activity
e6d0fc2021
artiq
/
soc
/
runtime
/
gpio.h
7 lines
97 B
C
Raw
Blame
History
#
ifndef __GPIO_H
#
define __GPIO_H
void
gpio_set
(
int
channel
,
int
value
)
;
#
endif
/* __GPIO_H */
View Git Blame
Copy Permalink