diff --git a/examples/firmata_tm1638.go b/examples/firmata_tm1638.go index cb1f8d0d..380c69bf 100644 --- a/examples/firmata_tm1638.go +++ b/examples/firmata_tm1638.go @@ -12,12 +12,11 @@ package main import ( - "fmt" "os" "time" "gobot.io/x/gobot" - "gobot.io/x/gobot/drivers/i2c" + "gobot.io/x/gobot/drivers/gpio" "gobot.io/x/gobot/platforms/firmata" ) @@ -38,7 +37,7 @@ func main() { // Repeat and concat strings until long enough that with scroll it still shows text const showText = " HELLO WORLD - gobot.io - TM1638 " text := showText - for ;len(text)-len(showText)