1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +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"
"github.com/hybridgroup/gobot/platforms/firmata/client"
"github.com/tarm/goserial"
"github.com/tarm/serial"
)
func main() {

View File

@ -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 {

View File

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

View File

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

View File

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