dashboard
repositories
filestore
activity
search
login
main
/
raspberrypi
RaspberryPI project
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add lightd code, auto light can work by infrared and relay now
guowenxue
2021-01-23
8fee9f5701ffdcc17e1f0f2453d495fe849d1fe2
[raspberrypi.git]
/
modules
/
c
/
comport
/
makefile
1
2
3
4
5
6
all: clean
gcc *.c -o comport
clean:
rm -f comport