Update ds248x.go

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

@ -10,9 +10,9 @@ import (
"sync" "sync"
"time" "time"
"periph.io/x/periph/conn" "periph.io/x/conn/v3"
"periph.io/x/periph/conn/i2c" "periph.io/x/conn/v3/i2c"
"periph.io/x/periph/conn/onewire" "periph.io/x/conn/v3/onewire"
) )
// PupOhm controls the strength of the passive pull-up resistor // PupOhm controls the strength of the passive pull-up resistor

Loading…
Cancel
Save