1
0
Fork 0
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:
Karan Misra 2014-03-02 12:09:57 +05:30
parent 026f5fe3f3
commit 4e67e7eb11
7 changed files with 105 additions and 67 deletions

View file

@ -21,6 +21,9 @@ type DigitalPin interface {
SetDirection(dir Direction) error
ActiveLow(b bool) error
PullUp() error
PullDown() error
Close() error
}