Driver.prototype.streamMotorsBackEmf = function(sps, remove) {
  this.sphero.streamMotorsBackEmf(sps, remove);
  var self = this;
  this.sphero.on("motorsBackEmf", function(data) {
    self.emit("motorsBackEmf", data);