UNPKG
cylon-sphero-ble
Version:
latest (0.11.0)
0.11.0
0.10.0
Cylon.js module for Sphero BLE Robots
cylonjs.com
hybridgroup/cylon-sphero-ble
cylon-sphero-ble
/
index.js
12 lines
(8 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
var
SpheroBLE
=
require
(
"./lib/driver"
);
module
.
exports
= {
drivers
: [
"ollie"
,
"bb8"
],
driver
:
function
(
opts
) {
return
new
SpheroBLE
(opts); } };