hybridgroup / cylon

JavaScript framework for robotics, drones, and the Internet of Things (IoT)
https://cylonjs.com
Other
4.2k stars 362 forks source link

Correcting the test Adaptor and Driver #349

Closed ahdncordeiro closed 8 years ago

ahdncordeiro commented 8 years ago

Right now the test Adaptor and Driver can't be used because they don't implement their superclass required methods (connect, disconnect, start and halt).

deadprogram commented 8 years ago

Thanks @ahdncordeiro