Commit Graph

917 Commits

Author SHA1 Message Date
deadprogram 69a476dfbf Correct missing command in loopback test adaptor 2013-10-25 12:52:55 -07:00
deadprogram f2cf92644b Better multiple 2013-10-25 10:40:27 -07:00
deadprogram 3f19d14fe2 Include reference to artoo 2013-10-25 09:19:08 -07:00
deadprogram 62d7fbee3f Correct code examples, and link to Artoo 2013-10-25 09:11:58 -07:00
deadprogram c5392f3e19 The examples shown at js.la 2013-10-25 00:43:59 -07:00
Andrew Stewart 1064e75128 Clear up scope 2013-10-24 17:26:36 -07:00
deadprogram b6ff2cd361 How you like me now? 2013-10-24 17:19:45 -07:00
deadprogram 6bf47abf3c Color sphero example 2013-10-24 17:01:25 -07:00
deadprogram 046c3578a5 More examples please 2013-10-24 16:19:15 -07:00
Andrew Stewart b0346204a0 Add Travis-CI build status check example 2013-10-24 15:53:51 -07:00
Andrew Stewart 612ddce142 Connections don't need direct binding, just Devices 2013-10-24 14:46:53 -07:00
Ron Evans b0ea445cb1 Merge pull request #7 from hybridgroup/add-event-emitter
Add event emitter to device and connection.
2013-10-24 14:37:38 -07:00
Edgar O Silva 838aa9065a Added colors to example. 2013-10-24 16:27:37 -05:00
Edgar O Silva f6797a4782 Added roll back to the example. 2013-10-24 16:27:37 -05:00
Edgar O Silva 06f307afc9 WIP on collision detection and event emitter. 2013-10-24 16:27:37 -05:00
Edgar O Silva a50ccc6548 Trigger event on device connection example. 2013-10-24 16:27:37 -05:00
Edgar O Silva cc24e89249 WIP on event emitter for device and connection. 2013-10-24 16:26:14 -05:00
Ron Evans f169e5c10b Merge pull request #6 from hybridgroup/fix-work-scope
Fix scope for work()
2013-10-24 14:21:44 -07:00
Andrew Stewart 31aa6e4901 Fix scope for performing work 2013-10-24 12:54:16 -07:00
Andrew Stewart 3310dee260 Rewritten 'Master' example 2013-10-24 12:53:20 -07:00
deadprogram 0ac38c735a Add the new code climate for JS 2013-10-24 08:17:15 -07:00
deadprogram 10bccd896d A bit more cleanup of self 2013-10-24 00:50:53 -07:00
deadprogram f8eb77c959 Remove the extra messages 2013-10-24 00:32:35 -07:00
deadprogram b9165fa09c Remove commented line 2013-10-24 00:27:01 -07:00
deadprogram dc4d3caa6c Calling into the driver 2013-10-24 00:24:55 -07:00
deadprogram a6d29ecbdd Can proxy commands from connection to associated adaptor 2013-10-23 23:18:19 -07:00
deadprogram b8371232d1 Proxy commands into device from associated driver 2013-10-23 23:02:54 -07:00
Andrew Stewart 29515adea7 Fix driver-related issues 2013-10-23 21:29:17 -07:00
deadprogram 78db5f3a56 Update readme 2013-10-23 20:31:02 -07:00
deadprogram 35cded3fcf Update readme 2013-10-23 20:07:35 -07:00
Ron Evans abd742df3f Merge pull request #5 from hybridgroup/singleton
Master singleton class
2013-10-23 20:01:07 -07:00
deadprogram e32b1b82fd Small correction to examples 2013-10-23 19:58:51 -07:00
Andrew Stewart 5f83d2f626 Easier singleton generation 2013-10-23 19:51:40 -07:00
deadprogram 5fba02ae84 Remove cylon-sphero dependency should be the other way around 2013-10-23 19:08:54 -07:00
Ron Evans ae66401107 Merge pull request #4 from hybridgroup/connection-port-bug
Fixes issue with connection port not being found in adaptor.
2013-10-23 18:47:38 -07:00
Edgar O Silva 015ad3823c Move self = this into instance scope. 2013-10-23 20:40:03 -05:00
Andrew Stewart b8af863aad Switch to singleton robot Master 2013-10-23 18:40:00 -07:00
Edgar O Silva e8095a2ffd Fixes issue with connection port not being found in adaptor. 2013-10-23 20:27:15 -05:00
Andrew Stewart 0e5f27f1c6 Allow for similar hooking into drivers 2013-10-23 16:36:04 -07:00
Andrew Stewart 2c6d7ea7c3 Pass connection when requiring adaptors 2013-10-23 15:32:20 -07:00
Andrew Stewart 2c34f4c77e Fix issues with registerAdaptor 2013-10-23 15:12:53 -07:00
Andrew Stewart 61e8c776c3 Remove unnecessary dependency 2013-10-23 15:12:26 -07:00
Andrew Stewart 4a57300d32 Fix test fails 2013-10-23 14:01:48 -07:00
Andrew Stewart 82c530fe5b Example of using cylon-sphero adaptor 2013-10-23 13:27:23 -07:00
Andrew Stewart ecdc417a58 Revise Logger to accept multiple arguments 2013-10-23 12:23:10 -07:00
Andrew Stewart 9452739244 Add addProxy() method to Adaptor class 2013-10-23 12:18:20 -07:00
deadprogram 1209686388 Making test pending, for now 2013-10-23 11:53:58 -07:00
Andrew Stewart dbe4ccbbd5 Fix connection test failure 2013-10-23 11:47:00 -07:00
Andrew Stewart f0ca9ee60b Use fat arrows (=>) to simplify scope management 2013-10-23 11:46:16 -07:00
Andrew Stewart bf4d42970e Proper initialization of adaptors 2013-10-23 11:10:52 -07:00