Commit Graph

147 Commits

Author SHA1 Message Date
Ron Evans 4268a25ad7 Merge pull request #12 from hybridgroup/12-upd-collision-example
Updated collision example to perform better and start running when you d...
2013-10-28 20:55:21 -07:00
Edgar O Silva c7afd83336 Updated collision example to perform better and start running when you drop the sphero. 2013-10-28 21:05:11 -06:00
Ron Evans 83f5e6c4c3 Merge pull request #11 from hybridgroup/12-add-collision-event
Sphero Collision event example.
2013-10-28 19:03:21 -07:00
Edgar O Silva 517a093604 Added collision event to the messages example and updated collision example. 2013-10-28 19:59:44 -06:00
deadprogram d87c63dc26 Cleanup startConnections and startDevices to ensure proper async startup 2013-10-28 18:58:06 -07:00
Edgar O Silva 507e381ae6 Sphero Collision event example. 2013-10-28 19:50:37 -06:00
deadprogram 1f48fd8534 Working button/LED 2013-10-28 18:26:16 -07:00
Andrew Stewart 5da9ac3216 Fix test fails 2013-10-28 17:56:00 -07:00
Andrew Stewart 76cfbbe765 Correctly proxy methods for classes 2013-10-28 17:48:29 -07:00
deadprogram 6b5b851b63 Use the right event 2013-10-28 15:37:25 -07:00
deadprogram 97b7335784 Merged better startup routine 2013-10-28 15:31:39 -07:00
Ron Evans 9857a45a8a Merge pull request #9 from hybridgroup/proxy-functions
Proxy Functions From Object To Target
2013-10-28 12:22:19 -07:00
Andrew Stewart c33a99e4bd Add tests for proxyFunctionsToObject 2013-10-28 12:07:56 -07:00
deadprogram 6a52e7f869 Tweak to button example 2013-10-28 12:02:38 -07:00
Andrew Stewart c5cf70a5af Remove irrelevant tests 2013-10-28 11:58:31 -07:00
Andrew Stewart 21624ffacd Use proxyFunctionsToObject for Connection and Device 2013-10-28 11:51:18 -07:00
Andrew Stewart 01b2d84bd1 Add method to proxy functions between objects 2013-10-28 11:51:03 -07:00
deadprogram 8372486a00 Almost the button example 2013-10-28 09:25:07 -07:00
deadprogram 16a049f586 Pass requested driver name to driver module, for those that contain multiple drivers 2013-10-26 23:03:12 -07:00
deadprogram c94549bf75 README and example synced up 2013-10-26 00:26:02 -07:00
deadprogram 3eb09259d8 Add links to readme to adaptor modules 2013-10-26 00:09:47 -07:00
deadprogram 08da7d3390 Some logging for debug mode only 2013-10-26 00:04:42 -07:00
deadprogram 79f02193ca All green 2013-10-25 23:29:07 -07:00
deadprogram e43bf8ad45 Works for arduino blink, with new async hotness 2013-10-25 23:27:39 -07:00
deadprogram 5e6bf8763b Devices need pin 2013-10-25 20:29:11 -07:00
Ron Evans 9bfd8ce57d Merge pull request #8 from hybridgroup/event-triggering-fix
Fixes issue with events not being triggered in drivers because .start wa...
2013-10-25 18:08:47 -07:00
Edgar O Silva 450a87e17e Fixes issue with events not being triggered in drivers because .start was not being called to setup. 2013-10-25 19:49:35 -05:00
deadprogram 7f730ed3be Added section placeholder for hardware support 2013-10-25 13:50:53 -07:00
deadprogram fea55228cc Added ping driver for testing 2013-10-25 13:11:09 -07:00
deadprogram 7a67dbfd22 Namespace all the adaptors 2013-10-25 13:01:18 -07:00
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