Skip to content

Commit

Permalink
Clean up some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Oct 25, 2013
1 parent c0b6b1e commit bbf80e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/gobot/digital_pin.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ type DigitalPin struct {
Status string
}

//const GPIO_PATH = "/sys/class/gpio"
const GPIO_PATH = "/tmp/gpio"
const GPIO_PATH = "/sys/class/gpio"
const GPIO_DIRECTION_READ = "in"
const GPIO_DIRECTION_WRITE = "out"
const HIGH = 1
Expand Down
1 change: 0 additions & 1 deletion src/gobot/led.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package gobot

type Led struct {
Driver
//Beaglebone *AdaptorInterface
Beaglebone *Beaglebone
High bool
}
Expand Down

0 comments on commit bbf80e4

Please sign in to comment.