This website works better with JavaScript.
Explore
Help
Sign In
etu
/
watersensor
Watch
1
Star
0
Fork
You've already forked watersensor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
536 KiB
Tree:
77a083ee47
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '77a083ee47'
${ noResults }
watersensor
/
Makefile
5 lines
61 B
Raw
Normal View
History
Unescape
Escape
Add makefile to wrap the connection to the serial console
3 years ago
DEVICE
:=
/dev/ttyUSB3
connect
:
picocom
$(
DEVICE
)
-b115200