This website requires JavaScript.
Explore
Help
Sign In
M-Labs
/
artiq
mirror of
https://github.com/m-labs/artiq.git
Watch
2
Star
0
Fork
You've already forked artiq
2
Code
Issues
Projects
Releases
Wiki
Activity
9de3a08676
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 */
Reference in New Issue
View Git Blame
Copy Permalink