cylon/examples
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
..
analog_sensor.coffee Adding analog sensor support to cylon GPIO. 2013-10-29 17:56:57 -06:00
api.coffee Allow configuration of API options 2013-11-06 16:13:35 -08:00
blink.coffee README and example synced up 2013-10-26 00:26:02 -07:00
blink.js Some pure JS examples for the purists 2013-10-28 21:44:01 -07:00
blinkm.coffee Example retrieve version from BlinkM 2013-11-03 19:54:22 -08:00
button.coffee Working button/LED 2013-10-28 18:26:16 -07:00
button.js Some pure JS examples for the purists 2013-10-28 21:44:01 -07:00
conway_sphero.coffee Better class oriented code 2013-10-31 09:48:23 -07:00
drone.coffee Adding some more examples 2013-10-31 09:37:11 -07:00
drone.js Pure JS drone example 2013-10-31 13:51:16 -07:00
drone_nav.coffee Adding some more examples 2013-10-31 09:37:11 -07:00
hello.coffee Small correction to examples 2013-10-23 19:58:51 -07:00
hello.js The examples shown at js.la 2013-10-25 00:43:59 -07:00
led_brightness.coffee Added examples for motor speed and led brightness. 2013-10-30 16:04:52 -06:00
master.coffee Rewritten 'Master' example 2013-10-24 12:53:20 -07:00
motor.coffee Fix issue with currentSpeed having to go through driver. 2013-10-30 20:37:42 -06:00
multiple.coffee Can now attach users own functions to robot at will 2013-10-28 23:53:30 -07:00
no_such_method.coffee Added colors to example. 2013-10-24 16:27:37 -05:00
pure_gpio.coffee Updated digital pin lib and example. 2013-11-06 14:20:33 -06:00
pure_spheron.coffee 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
raspi_blink.coffee Added new example for raspi adaptor. 2013-11-06 14:20:33 -06:00
raspi_button.coffee Fixes raspi button example typo. 2013-11-06 14:20:33 -06:00
servo.coffee Adding servo driver example. 2013-10-30 20:41:47 -06:00
sphero.coffee The examples shown at js.la 2013-10-25 00:43:59 -07:00
sphero_collision.coffee Updated collision example to perform better and start running when you drop the sphero. 2013-10-28 21:05:11 -06:00
sphero_color.coffee The examples shown at js.la 2013-10-25 00:43:59 -07:00
sphero_messages.coffee Updated Basestar to include some proxy event functions and updated sphero messages example. 2013-10-31 16:15:39 -06:00
sphero_multiple.litcoffee Update sphero_multiple.litcoffee 2013-11-06 12:33:58 -08:00
test.js Small correction to examples 2013-10-23 19:58:51 -07:00
travis.coffee How you like me now? 2013-10-24 17:19:45 -07:00
travis.js Some pure JS examples for the purists 2013-10-28 21:44:01 -07:00
travis.litcoffee Literate version of examples/travis.coffee 2013-11-05 17:43:03 -08:00