Update ds18b20.go

pull/13/head
Audrius Paskevicius 5 years ago committed by GitHub
parent 0f02e082a3
commit f3860dd9d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,9 +8,9 @@ import (
"errors" "errors"
"time" "time"
"periph.io/x/periph/conn" "periph.io/x/conn/v3"
"periph.io/x/periph/conn/onewire" "periph.io/x/conn/v3/onewire"
"periph.io/x/periph/conn/physic" "periph.io/x/conn/v3/physic"
) )
// ConvertAll performs a conversion on all DS18B20 devices on the bus. // ConvertAll performs a conversion on all DS18B20 devices on the bus.

Loading…
Cancel
Save