Changeset 2c75e95
- Timestamp:
- 02/17/2017 06:12:12 PM (8 years ago)
- Branches:
- master
- Children:
- 05062c9
- Parents:
- 97e1817
- Location:
- de.wigbels.ruby/hothotread
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
de.wigbels.ruby/hothotread/hothotpiper_gas.rb
r97e1817 r2c75e95 26 26 end 27 27 28 watch :pin => 4, :trigger => : fallingdo28 watch :pin => 4, :trigger => :rising, :pull => :up do 29 29 puts('triggered watch to 1') 30 30 trigger_watch = 1 … … 35 35 counter = last_rrd_count(rrdpath) 36 36 puts('Counter restored to: ' + counter.to_s) 37 37 #PiPiper::Pin.new(:pin => 4, :direction => :in) 38 38 39 39 EventMachine.run do
Note:
See TracChangeset
for help on using the changeset viewer.