Promote onewire, ds18b20 and ds248x to stable. (#117)

It works and it is tested.
pull/1/head
M-A 9 years ago committed by GitHub
parent 0c585b510a
commit 56aad834ae

@ -25,8 +25,8 @@ import (
"errors" "errors"
"time" "time"
"periph.io/x/periph/conn/onewire"
"periph.io/x/periph/devices" "periph.io/x/periph/devices"
"periph.io/x/periph/experimental/conn/onewire"
) )
// New returns an object that communicates over 1-wire to the DS18B20 sensor with the // New returns an object that communicates over 1-wire to the DS18B20 sensor with the

@ -9,9 +9,9 @@ import (
"testing" "testing"
"time" "time"
"periph.io/x/periph/conn/onewire"
"periph.io/x/periph/conn/onewire/onewiretest"
"periph.io/x/periph/devices" "periph.io/x/periph/devices"
"periph.io/x/periph/experimental/conn/onewire"
"periph.io/x/periph/experimental/conn/onewire/onewiretest"
"periph.io/x/periph/host" "periph.io/x/periph/host"
) )

@ -10,7 +10,7 @@ import (
"time" "time"
"periph.io/x/periph/conn" "periph.io/x/periph/conn"
"periph.io/x/periph/experimental/conn/onewire" "periph.io/x/periph/conn/onewire"
) )
// Dev is a handle to a ds248x device and it implements the onewire.Bus interface. // Dev is a handle to a ds248x device and it implements the onewire.Bus interface.
Loading…
Cancel
Save