hybridgroup/cylon-ollie

View on GitHub
index.js

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";

var SpheroBLE = require("./lib/driver");

module.exports = {
  drivers: ["ollie", "bb8"],

  driver: function(opts) {
    return new SpheroBLE(opts);
  }
};