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:
parent
5c6151c989
commit
23559830ea
@ -5,7 +5,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/hybridgroup/gobot/platforms/firmata/client"
|
||||
"github.com/tarm/goserial"
|
||||
"github.com/tarm/serial"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -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 {
|
||||
|
@ -3,7 +3,7 @@ package mavlink
|
||||
import (
|
||||
"io"
|
||||
|
||||
"github.com/tarm/goserial"
|
||||
"github.com/tarm/serial"
|
||||
)
|
||||
|
||||
type Adaptor struct {
|
||||
|
@ -3,7 +3,7 @@ package neurosky
|
||||
import (
|
||||
"io"
|
||||
|
||||
"github.com/tarm/goserial"
|
||||
"github.com/tarm/serial"
|
||||
)
|
||||
|
||||
type Adaptor struct {
|
||||
|
@ -3,7 +3,7 @@ package sphero
|
||||
import (
|
||||
"io"
|
||||
|
||||
"github.com/tarm/goserial"
|
||||
"github.com/tarm/serial"
|
||||
)
|
||||
|
||||
// Represents a Connection to a Sphero
|
||||
|
Loading…
x
Reference in New Issue
Block a user