Update ds248x_test.go

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

@ -11,7 +11,8 @@ import (
"periph.io/x/conn/v3/i2c/i2ctest" "periph.io/x/conn/v3/i2c/i2ctest"
) )
// TestNew ... // TestNew sadly is testing only for DS2483.
//
func TestNew(t *testing.T) { func TestNew(t *testing.T) {
bus := i2ctest.Playback{ bus := i2ctest.Playback{
Ops: []i2ctest.IO{ Ops: []i2ctest.IO{

Loading…
Cancel
Save