var LIDARLite = module.exports = function LIDARLite() {
  LIDARLite.__super__.constructor.apply(this, arguments);
  this.address = this.address || 0x62;
  this.commands = {
    distance: this.distance