Skip to content

Commit

Permalink
Working TCP firmata blink
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jan 2, 2017
1 parent 80be494 commit eab086d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wifi_firmata_blink.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func main() {
firmataAdaptor := firmata.NewTCPAdaptor(os.Args[1])
led := gpio.NewLedDriver(firmataAdaptor, "13")
led := gpio.NewLedDriver(firmataAdaptor, "2")

work := func() {
gobot.Every(1*time.Second, func() {
Expand Down

0 comments on commit eab086d

Please sign in to comment.