fix: update dependancies

This commit is contained in:
2018-12-07 23:04:56 +01:00
parent 500d1a5823
commit 60fa83244e
3 changed files with 12 additions and 148 deletions

View File

@ -4,7 +4,6 @@ package dht
import (
"fmt"
"log"
"runtime/debug"
"strings"
"time"
@ -93,8 +92,6 @@ func (dht *DHT) readBits() ([]int, error) {
// enable garbage collection, done with critical part
debug.SetGCPercent(gcPercent)
log.Printf("%v\n", levels)
// set pin to high so ready for next time
err = dht.pin.Out(gpio.High)
if err != nil {