Skip to content

Commit

Permalink
Use newer naming system for C.H.I.P. pins
Browse files Browse the repository at this point in the history
  • Loading branch information
deadprogram committed Feb 17, 2016
1 parent 7c355b8 commit f8f6dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/chip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func main() {
gbot := gobot.NewGobot()

chipAdaptor := chip.NewChipAdaptor("chip")
button := gpio.NewButtonDriver(chipAdaptor, "button", "U14_13")
button := gpio.NewButtonDriver(chipAdaptor, "button", "XIO-P0")

work := func() {
gobot.On(button.Event("push"), func(data interface{}) {
Expand Down

0 comments on commit f8f6dfe

Please sign in to comment.