Method: Scale#arduino_code
- Defined in:
- lib/functions/scale.rb
#arduino_code ⇒ Object
22 23 24 25 26 27 28 29 30 |
# File 'lib/functions/scale.rb', line 22 def arduino_code unless @frame_optimized [ "scale(#{@input.name}, #{@lo_in.name}, #{@hi_in.name}, #{@lo_out.name}, #{@hi_out.name}, #{@name});" ] else [] end end |