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