Commit Graph

526 Commits

Author SHA1 Message Date
deadprogram 3437f4c3e8 Add NPM badge 2013-11-23 22:57:40 -08:00
deadprogram c90372001e Docs corrections 2013-11-23 21:18:09 -08:00
deadprogram 372dde0078 Refactoring adaptor and driver initialization to simplify, and fix init overwrite error 2013-11-23 17:13:20 -08:00
Andrew Stewart 2bd8c54b49 WIP on tests for Basestar class 2013-11-22 15:12:30 -08:00
Andrew Stewart 6c8af7b9e2 Remove unnecessary specs 2013-11-22 12:02:28 -08:00
Andrew Stewart bbd8ed4cd8 Small cleanup 2013-11-22 10:01:45 -08:00
Andrew Stewart f8ca0d5831 Remove (actually, this time) unnecessary semicolons 2013-11-22 09:36:46 -08:00
Andrew Stewart db2283ee1f Readme updates 2013-11-20 10:41:10 -08:00
Andrew Stewart cb2cd02eca Clean up digital-pin 2013-11-19 11:47:34 -08:00
Andrew Stewart 9c381f55f2 Small cleanup to utils 2013-11-18 19:17:13 -08:00
Adrian Zankich 15547ef21a Update examples 2013-11-18 01:02:38 -08:00
Adrian Zankich 3af4266fec Merge pull request #37 from hybridgroup/sf-example-upd
Sf examples update.
2013-11-17 23:52:57 -08:00
Edgar O Silva 6cf8c9b2d9 Update sphero-sf example. 2013-11-17 23:49:42 -06:00
Edgar O Silva 95a6f3bc47 Fixed typo in change direction method. 2013-11-17 23:38:37 -06:00
Edgar O Silva f8b822e852 Updated sphero salesforce example with bankruptcy and changeDirection. 2013-11-17 23:37:46 -06:00
Edgar O Silva 8717ea5f98 Updated examples for Dreamforce 2013 2013-11-17 23:18:47 -06:00
Edgar O Silva 637e326c45 Updated examles for salesforce. 2013-11-17 23:04:20 -06:00
Edgar O Silva 756f1e7818 Updated sphero to use bucks and charge bucks for power. 2013-11-17 22:52:54 -06:00
deadprogram 7f6a77b22d Merge branch 'salesforce' 2013-11-16 20:47:08 -08:00
deadprogram f5ba325b35 Update version to 0.5.0 2013-11-16 20:07:23 -08:00
Ron Evans 77eaa44ead Merge pull request #35 from hybridgroup/salesforce
Salesforce examples and changes for Dreamforce demos.
2013-11-16 20:01:55 -08:00
Edgar O Silva 8f3f2c22ed Updated examples to include ENV vars. 2013-11-16 20:15:09 -06:00
Adrian Zankich 23decd6b5a Update example 2013-11-16 14:04:22 -08:00
deadprogram d8083945bd Updates to README for new platforms 2013-11-16 08:06:10 -08:00
Adrian Zankich 50b4ab3a06 Update example 2013-11-16 00:21:30 -08:00
Edgar O Silva 6587cd146a Sphero-pebble-salesforce example working. 2013-11-15 22:42:55 -06:00
Edgar O Silva 19d094bb16 Added adaptor extra params and updated salesforce example. 2013-11-15 21:09:27 -06:00
Edgar O Silva 6f2c84b516 Added example using salesforce driver and adaptor. 2013-11-15 21:09:27 -06:00
Edgar O Silva 027a82c17e Latest cylon example updates 2013-11-15 21:09:27 -06:00
deadprogram cb2ef05201 Happy references 2013-11-15 21:09:27 -06:00
Edgar O Silva b88e674178 WIP on Sphero SF 2013-11-15 21:09:27 -06:00
Edgar O Silva 22fc963a44 WIP on SF-Cylon connection 2013-11-15 21:09:27 -06:00
Edgar O Silva 74160047a8 Sf Client and S Example. 2013-11-15 21:09:27 -06:00
Ron Evans b2900c3d24 Merge pull request #32 from hybridgroup/literate-coffeescript
Literate CoffeeScript
2013-11-15 13:07:28 -08:00
Andrew Stewart 4131332964 Fix variable naming error 2013-11-15 12:53:52 -08:00
Andrew Stewart c28e99efee Merge branch 'master' into literate-coffeescript
* master: (31 commits)
  Do not run travisci on site code
  Allow for any HTTP verb on device command
  Pass event payloads correctly in Basestar
  Fix typo in path call.
  Remove @self references in favor of just @ and fix set mode to udpate the obj attr when actually changing the mode.
  Add missing param emitConnect.
  Fx missing param in setModeCallback.
  Refactor digital pin.
  Updating unexport path to use function call.
  Make sure the pin mode is setup even if the file already exists.
  Fixes disconnect pins by making last IO calls sync and validates for existance of pin files.
  Fixes issue with undefined path in digital pin.
  Added pin number to emit close event.
  Fox indenting error.
  Refactor GPIO file paths, added validation to check for existance of GPIO pins (they have already been setup), added new sync disconnect.
  More consistent internal representation of components
  Clean up tests
  Properly organize supporting classes for tests
  Simplify readline setup for Windows users
  Add tests for Cylon#findRobotConnection
  ...

Conflicts:
	dist/api.js
	examples/sphero_multiple.coffee
	src/api.coffee
2013-11-15 12:49:44 -08:00
deadprogram 5665f5b91a Do not run travisci on site code 2013-11-15 09:44:23 -08:00
deadprogram d1799c1761 Allow for any HTTP verb on device command 2013-11-15 00:45:06 -08:00
Ron Evans 87671c1427 Merge pull request #31 from hybridgroup/event-payload-fix
Pass event payloads correctly in Basestar
2013-11-14 16:53:50 -08:00
Andrew Stewart 6dd3e3384b Pass event payloads correctly in Basestar 2013-11-14 16:47:16 -08:00
Ron Evans 9811cd4b14 Merge pull request #30 from hybridgroup/digital-pin-refactor
Digital pin refactor
2013-11-12 16:18:16 -08:00
Edgar O Silva 1f99f011bc Fix typo in path call. 2013-11-12 12:58:51 -06:00
Ron Evans 2a72ebbf6f Merge pull request #29 from hybridgroup/20-raspi-adaptor
20 raspi adaptor with GPIO support.
2013-11-12 10:50:08 -08:00
Edgar O Silva 0ae37390fe Remove @self references in favor of just @ and fix set mode to udpate the obj attr when actually changing the mode. 2013-11-12 12:47:50 -06:00
Edgar O Silva 1fd0a13347 Add missing param emitConnect. 2013-11-12 12:34:15 -06:00
Edgar O Silva 5fa0177d90 Fx missing param in setModeCallback. 2013-11-12 12:26:52 -06:00
Edgar O Silva 11fda85e56 Refactor digital pin. 2013-11-12 11:47:25 -06:00
Edgar O Silva 04630c6420 Updating unexport path to use function call. 2013-11-12 09:37:15 -06:00
Edgar O Silva caf3cc0790 Make sure the pin mode is setup even if the file already exists. 2013-11-11 18:40:59 -06:00
Edgar O Silva 661b6815d1 Fixes disconnect pins by making last IO calls sync and validates for existance of pin files. 2013-11-11 18:36:54 -06:00