Skip to content

Commit

Permalink
Add STEP and SHAPR enclosure files #18
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella authored and pieter committed Jul 17, 2019
1 parent 8a12572 commit 667ac5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hkcam/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func main() {
if err != nil {
log.Info.Panic(err)
}
pin := rpio.Pin(10)
pin := rpio.Pin(motionPin)
pin.Input()

motionSensor := service.NewMotionSensor()
Expand Down

0 comments on commit 667ac5b

Please sign in to comment.