- fix RPI crash when changing state of output pin

(reason: DetectAnyEdge() was also configured for output pins)
- version string has now also build date
- updated golang dependencies
This commit is contained in:
2023-01-08 11:09:25 +01:00
parent 735087eb17
commit a450f3162b
7 changed files with 62 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
package PinControlService
import "github.com/stianeikeland/go-rpio"
import "github.com/stianeikeland/go-rpio/v4"
type PinRpi struct {
pin rpio.Pin