Skip to content

Commit

Permalink
Removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Cervantes committed Jul 3, 2014
1 parent 401ecf5 commit 8c9b344
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/analog_sensor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
connection :firmata, :adaptor => :firmata, :port => '/dev/ttyACM0' #linux
#connection :firmata, :adaptor => :firmata, :port => '127.0.0.1:8023'

# Use pin number from 0 to 5 in Arduino UNO or from 40 to 55 on Arduino MEGA
device :sensor, driver: :analog_sensor, pin: 0, interval: 0.25, upper: 900, lower: 200
device :led, :driver => :led, :pin => 8

Expand Down
1 change: 0 additions & 1 deletion examples/temperature_sensor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
connection :firmata, :adaptor => :firmata, :port => '/dev/cu.usbmodem1451'

# TMP36 temperature sensor used for this example
# Use pin number from 0 to 5 in Arduino UNO or from 40 to 55 on Arduino MEGA
device :sensor, driver: :analog_sensor, pin: 0

work do
Expand Down

0 comments on commit 8c9b344

Please sign in to comment.