Result:{
Adaptor: (function Adaptor(opts) {...});
Driver: (function Driver(opts) {...});
IO: [object Object];
Logger: [object Object];
MCP: [object Object];
Robot: (function Robot(opts) {...});
Utils: [object Object];
api: (function create(Server, opts) {...});
config: (function update(data) {...});
halt: (function halt(callback) {...});
robot: (function create(opts) {...});
start: (function start(callback) {...});
} |
| Framework repo | https://github.com/hybridgroup/cylon |
| Adaptor for the Raspberry Pi | https://github.com/hybridgroup/cylon-raspi |
| General Purpose Input/Output (GPIO) devices | https://github.com/hybridgroup/cylon-gpio |
| Drivers for i2c devices | https://github.com/hybridgroup/cylon-i2c |