mirror of
https://github.com/kidoman/embd
synced 2025-07-03 03:47:33 +02:00
added water sensor sample
This commit is contained in:
parent
35cbc690a5
commit
534e903925
3 changed files with 26 additions and 1 deletions
|
@ -84,7 +84,7 @@ func (d *us020) Distance() (distance float64, err error) {
|
|||
}
|
||||
|
||||
if d.debug {
|
||||
log.Print("trigetting pulse")
|
||||
log.Print("trigerring pulse")
|
||||
}
|
||||
|
||||
// Generate a TRIGGER pulse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue