Skip to content

Commit

Permalink
Merge pull request hybridgroup#225 from pruggia/patch-1
Browse files Browse the repository at this point in the history
Wrong analog input mapping for BeagleBone
  • Loading branch information
deadprogram committed Aug 28, 2015
2 parents 79c9657 + 69e299a commit 5466cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/beaglebone/beaglebone_adaptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ var analogPins = map[string]string{
"P9_37": "AIN2",
"P9_38": "AIN3",
"P9_33": "AIN4",
"P8_36": "AIN5",
"P8_35": "AIN6",
"P9_36": "AIN5",
"P9_35": "AIN6",
}

// BeagleboneAdaptor is the gobot.Adaptor representation for the Beaglebone
Expand Down

0 comments on commit 5466cf4

Please sign in to comment.