1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-01 13:48:57 +08:00

update: Update tarm/goserial to tarm/serial

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2016-10-03 08:38:24 +02:00
parent 5c6151c989
commit 23559830ea
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ import (
"time" "time"
"github.com/hybridgroup/gobot/platforms/firmata/client" "github.com/hybridgroup/gobot/platforms/firmata/client"
"github.com/tarm/goserial" "github.com/tarm/serial"
) )
func main() { func main() {

View File

@ -7,7 +7,7 @@ import (
"github.com/hybridgroup/gobot" "github.com/hybridgroup/gobot"
"github.com/hybridgroup/gobot/platforms/firmata/client" "github.com/hybridgroup/gobot/platforms/firmata/client"
"github.com/tarm/goserial" "github.com/tarm/serial"
) )
type firmataBoard interface { type firmataBoard interface {

View File

@ -3,7 +3,7 @@ package mavlink
import ( import (
"io" "io"
"github.com/tarm/goserial" "github.com/tarm/serial"
) )
type Adaptor struct { type Adaptor struct {

View File

@ -3,7 +3,7 @@ package neurosky
import ( import (
"io" "io"
"github.com/tarm/goserial" "github.com/tarm/serial"
) )
type Adaptor struct { type Adaptor struct {

View File

@ -3,7 +3,7 @@ package sphero
import ( import (
"io" "io"
"github.com/tarm/goserial" "github.com/tarm/serial"
) )
// Represents a Connection to a Sphero // Represents a Connection to a Sphero