mirror of
https://github.com/kidoman/embd
synced 2025-07-04 20:37:46 +02:00
fix a bunch of build errors
This commit is contained in:
parent
026f5fe3f3
commit
4e67e7eb11
7 changed files with 105 additions and 67 deletions
|
@ -21,6 +21,9 @@ type DigitalPin interface {
|
|||
SetDirection(dir Direction) error
|
||||
ActiveLow(b bool) error
|
||||
|
||||
PullUp() error
|
||||
PullDown() error
|
||||
|
||||
Close() error
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue