dashboard
repositories
filestore
activity
search
login
main
/
raspberrypi
RaspberryPI project
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update tsl2561.c to fix wiringpi bug
Guo Wenxue
2022-04-09
c3895785a268c067039ce30c0c77a8c2782c63fe
[raspberrypi.git]
/
modules
/
c
/
comport
/
makefile
1
2
3
4
5
6
all: clean
gcc *.c -o comport
clean:
rm -f comport