lib/lignite/motors.rb in lignite-0.3.0 vs lib/lignite/motors.rb in lignite-0.4.0
- old
+ new
@@ -142,10 +142,10 @@
# zero tachos, for use as sensor
def clr_count
dc.output_clr_count(layer, nos)
end
- def get_count
+ def get_count # rubocop:disable Naming/AccessorMethodName, upstream API name
layer = @layer
nos_as_indices.map do |no|
tachos = dc.with_reply do
data32 :tachos
block do