mirror of
https://github.com/kidoman/embd
synced 2025-07-03 03:47:33 +02:00
documentation changes
This commit is contained in:
parent
5c8ea918ab
commit
d171cfdc90
13 changed files with 177 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
|||
// Package watersensor allows interfacing with the water sensor
|
||||
// Package watersensor allows interfacing with the water sensor.
|
||||
package watersensor
|
||||
|
||||
import (
|
||||
|
@ -8,6 +8,7 @@ import (
|
|||
"github.com/kidoman/embd"
|
||||
)
|
||||
|
||||
// WaterSensor represents a water sensor.
|
||||
type WaterSensor struct {
|
||||
Pin embd.DigitalPin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue