Commit Graph

232 Commits

Author SHA1 Message Date
Andrew Stewart 62cbae7cff Switch to ESLint for linting 2015-04-15 08:59:34 -07:00
Andrew Stewart 6e830bee34 Add note to examples about installing API plugin 2015-01-12 08:58:41 -08:00
Andrew Stewart 3e960c48a1 Fix JSHint violations in examples 2014-12-13 16:19:25 -08:00
Andrew Stewart 7d4aa1ffee Update examples for new syntax 2014-11-25 16:01:31 -08:00
Andrew Stewart c055f1e857 Example updates 2014-11-25 14:39:24 -08:00
Andrew Stewart 0541c225d8 Update examples 2014-11-25 10:02:29 -08:00
Andrew Stewart e93e27989a Update examples for new Connection/Device syntax 2014-11-10 12:37:37 -08:00
Andrew Stewart b8a7fab75b Remove extraneous Leap Motion config hash argument 2014-11-07 14:25:11 -08:00
Andrew Stewart c3a3f76f24 Clean up and update Leap ARDrone example 2014-10-20 13:27:23 -07:00
Javier Cervantes 7f0b5772fa Adding sphero shake-o-meter example 2014-10-03 13:29:08 -05:00
Andrew Stewart 733c13df13 Update API example 2014-09-29 15:15:42 -07:00
Andrew Stewart da9fc2ced6 Updates to imperative example 2014-09-29 12:15:24 -07:00
Andrew Stewart 4599d5054a Add imperative example of Conway's game 2014-09-29 10:21:10 -07:00
Andrew Stewart 8ca8da6711 Update Conway Sphero example 2014-09-29 08:31:46 -07:00
Andrew Stewart 83bf4e3d14 Merge branch 'dev' into add/imperative-work
* dev:
  Remove Adaptor#_noop function
  Move Cylon API config to the Cylon.configure block
  Fixup interval in driver
  Add all new platforms to README
  Add default interval in Driver class
  Switch to single Cylon#config function

Conflicts:
	test/specs/cylon.spec.js
2014-09-22 11:37:56 -07:00
Andrew Stewart 333dc881ea Move Cylon API config to the Cylon.configure block 2014-09-19 12:03:50 -07:00
Adrian Zankich 021c1756dc Auto start by default 2014-09-08 13:41:59 -07:00
Andrew Stewart 42a0a8affe Add example demoing Cylon#halt 2014-09-04 11:47:40 -07:00
Andrew Stewart 7a481f6767 Correctly execute device commands 2014-08-07 13:56:06 -07:00
Andrew Stewart e6c567a090 Add new command structure 2014-08-07 12:24:29 -07:00
= 8fbea0b226 get rid of api line 2014-07-31 18:49:26 -05:00
Rafael Magana 833bec5f00 fix hello example 2014-07-31 18:45:18 -05:00
Ron Evans 3717c4dc31 Merge pull request #195 from hybridgroup/refactor/robots-collection
Refactor Robots collection
2014-06-06 18:36:19 -04:00
Chris Boette 957ad1790a Update keyboard.markdown
Minor fixes from CoffeeScript to JavaScript.
2014-06-06 17:24:13 -05:00
Andrew Stewart 5690d723fb Update examples that previously used findRobot 2014-06-06 11:53:54 -07:00
Javier Cervantes b33f64e320 Updating annotated code in example to show properly on website 2014-06-02 11:05:19 -05:00
fabito 0302a78294 finished markdown documentation 2014-06-01 17:38:00 -03:00
fabito 31635b1940 finished markdown documentation 2014-06-01 12:01:30 -03:00
fabito 930b182275 finished markdown documentation 2014-06-01 12:00:19 -03:00
fabito 8afe35b4c9 started code explanation in markdown 2014-06-01 11:51:42 -03:00
fabito adda142d8e Merge branch 'master' of https://github.com/ciandt-dev/cylon 2014-06-01 11:12:02 -03:00
fabito 52211db1af cleaning up code 2014-06-01 11:11:29 -03:00
Fábio Franco Uechi cef5a85310 Update leap_ardrone.markdown 2014-05-28 17:47:32 -03:00
fabito 0c8412fe40 Sample robot integrating leap motion and Parrot ARDrone 2.0 through cylon 2014-05-28 17:34:27 -03:00
Andrew Stewart 544e34dc78 Remove Logger usage from examples 2014-05-13 19:06:40 -07:00
Andrew Stewart a98a5de44f Missing 'var' keyword in annotated example 2014-03-28 10:42:20 -07:00
Andrew Stewart 688df7a419 Convert remaining .litcoffee examples 2014-03-27 09:31:56 -07:00
Andrew Stewart 479388e7ad Additional WIP on converting literate coffeescript examples to markdown+js 2014-03-26 17:06:26 -07:00
Andrew Stewart e7a340fd0c Remove .coffee examples and WIP on converting .litcoffee to .markdown + js 2014-03-26 16:25:09 -07:00
Edgar O Silva a0ef75f193 Remove examples for pure GPIO and spheron, also remove testing examples for Salesforce connection and object. 2014-03-24 18:39:01 -05:00
Andrew Stewart 5a719fb5e9 Remove spark_blink example, it lives in cylon-spark 2014-03-12 13:52:11 -07:00
Ron Evans ea83c58097 Merge pull request #129 from hybridgroup/multi-arduino-skynet
Examples with multiple arduinos and skynet connections.
2014-03-06 14:54:22 -08:00
Edgar O Silva f761c22849 Rename arduinos and skynet connections examples. 2014-03-06 16:42:05 -06:00
Edgar O Silva 57066668ab Remove unnecessary example for pure-skynet and remove log messages from basestar. 2014-03-06 16:13:20 -06:00
Edgar O Silva 490a74d00b Add examples for multiple arduinos and multiple skynet connections. 2014-03-06 15:59:28 -06:00
Andrew Stewart 63d907daf3 Remove ARDrone examples
They live in cylon-ardrone now
2014-03-06 13:51:52 -08:00
Andrew Stewart 6d843f7097 Remove Firmata examples
They live in hybridgroup/cylon-firmata now.
2014-03-06 11:51:31 -08:00
Andrew Stewart f3135bfd2c Remove OpenCV examples
They live in hybridgroup/cylon-opencv now.
2014-03-06 11:15:52 -08:00
edgarsilva 86ba2698ea WIP on multi skynet connections. 2014-03-06 00:19:26 -06:00
Andrew Stewart 267c9fc7f6 Remove joystick-specific examples
They now live in hybridgroup/cylon-joystick
2014-03-05 21:28:30 -08:00