class Rumba::Sensor::InfraredCharacter

Public Class Methods

convert(v) click to toggle source
# File lib/rumba/sensors.rb, line 126
def self.convert(v)
  INFRARED_CHARACTER[v]
end