Skip to content

Commit

Permalink
update: Update tarm/goserial to tarm/serial
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Oct 3, 2016
1 parent 5c6151c commit 2355983
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion platforms/firmata/client/examples/blink.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"time"

"github.com/hybridgroup/gobot/platforms/firmata/client"
"github.com/tarm/goserial"
"github.com/tarm/serial"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion platforms/firmata/firmata_adaptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/hybridgroup/gobot"
"github.com/hybridgroup/gobot/platforms/firmata/client"
"github.com/tarm/goserial"
"github.com/tarm/serial"
)

type firmataBoard interface {
Expand Down
2 changes: 1 addition & 1 deletion platforms/mavlink/mavlink_adaptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package mavlink
import (
"io"

"github.com/tarm/goserial"
"github.com/tarm/serial"
)

type Adaptor struct {
Expand Down
2 changes: 1 addition & 1 deletion platforms/neurosky/neurosky_adaptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package neurosky
import (
"io"

"github.com/tarm/goserial"
"github.com/tarm/serial"
)

type Adaptor struct {
Expand Down
2 changes: 1 addition & 1 deletion platforms/sphero/sphero_adaptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package sphero
import (
"io"

"github.com/tarm/goserial"
"github.com/tarm/serial"
)

// Represents a Connection to a Sphero
Expand Down

0 comments on commit 2355983

Please sign in to comment.