Commit Graph

602 Commits

Author SHA1 Message Date
Andrew Stewart 08c7da93bc Add CoffeeScript convenience methods
Adds a number of convenience methods from CoffeeScript to aid in converting
modules to plain Javascript.
2014-02-25 09:34:51 -08:00
Andrew Stewart 0fb3d27a0d Switch to built-ins for testing booleans 2014-02-24 09:18:15 -08:00
deadprogram fbd558183b Last cleanup of example 2014-02-21 22:14:40 -08:00
deadprogram 2d507fe7c4 DRY up example a little 2014-02-21 22:11:35 -08:00
deadprogram 10c5e12f8d Add example(s) for Leap Motion controlled LED via Skynet 2014-02-21 22:00:27 -08:00
Ron Evans af7207dad3 Merge pull request #115 from hybridgroup/add-litcoffee
Add litcoffee
2014-02-20 16:35:44 -08:00
xixebombilla 4a84b4f15b Merge branch 'master' of github.com:hybridgroup/cylon into add-litcoffee 2014-02-20 18:33:06 -06:00
xixebombilla 29101a2890 178 add litcoffee and js 2014-02-20 18:29:18 -06:00
xixebombilla 07a7a2c137 keyboard lit 2014-02-20 16:08:26 -06:00
Andrew Stewart 4ab1e0c8c4 Bump version to 0.10.3 2014-02-20 11:22:04 -08:00
Andrew Stewart d554f38d08 Revert "Remove unnecessary requires from cylon.coffee"
This reverts commit e74bc148d9.
2014-02-20 11:16:29 -08:00
Andrew Stewart f487dbe698 Remove commented-out method 2014-02-20 10:02:01 -08:00
xixebombilla fbb8643cad cattoy 2014-02-20 11:50:43 -06:00
deadprogram 55a774b7d6 Update to 0.10.2 2014-02-20 09:20:18 -08:00
deadprogram 277643bded Add skynet examples 2014-02-19 20:06:51 -08:00
deadprogram e2fa83196d Add named robot object vars for connections as well as devices 2014-02-19 19:42:46 -08:00
Andrew Stewart 2ad461f3c6 New tests for #proxyTestStubs global function 2014-02-19 15:52:47 -08:00
Ron Evans 2b79e04e14 Merge pull request #109 from hybridgroup/config-module
Add Config module to load config from env
2014-02-19 14:32:27 -08:00
deadprogram bb740c5cc2 Add constantly alias for repeated async loops 2014-02-19 14:13:10 -08:00
Andrew Stewart 4a85fa7a7a Config -> CylonConfig 2014-02-19 12:57:37 -08:00
Andrew Stewart e74bc148d9 Remove unnecessary requires from cylon.coffee
They're loaded later (in robot.coffee), and their namespace
(Cylon.{Adaptor,Driver}) is overridden immediately when we define the Cylon
class anyways.
2014-02-19 12:24:14 -08:00
Andrew Stewart d194ca76d3 Add Config module to load config from env
Better to keep configuration loading in one place than spread throughout Cylon.
2014-02-19 11:54:18 -08:00
deadprogram e0f4246306 Update to 0.10.1 2014-02-18 21:20:57 -08:00
deadprogram 308ffb7fad Add cattoy example 2014-02-18 20:33:10 -08:00
Andrew Stewart 1eb05c78fe Merge pull request #106 from hybridgroup/tdr
Test-driven robotics support
2014-02-18 16:33:32 -08:00
deadprogram f3da2c4e70 DRY up TestAdaptor and TestDriver classes 2014-02-18 16:29:38 -08:00
deadprogram cebb157704 Add working event and status to robot 2014-02-18 13:03:28 -08:00
deadprogram e59f8f23cc Fix tabs spaces... editor gone mad 2014-02-18 09:14:36 -08:00
deadprogram 81bdb639c5 Working adaptor and driver stubs for test driven robotics 2014-02-18 08:51:25 -08:00
deadprogram 44eae49422 WIP on TDR test stubs 2014-02-18 07:18:25 -08:00
deadprogram 02d0e138bb Add CYLON_TEST mode for TDR 2014-02-17 21:03:50 -08:00
Adrian Zankich 387aaa618c Merge pull request #103 from hybridgroup/bluetooth-scan-cmd
Added new 'cylon bluetooth scan' command.
2014-02-14 14:58:58 -08:00
edgarsilva 3d4ccfb173 Added new 'cylon bluetooth scan' command. 2014-02-14 13:00:12 -06:00
edgarsilva 80a3e915b5 Fixes mispelling of establishes. 2014-02-13 17:45:25 -06:00
Adrian Zankich 515ffc38f9 Add tessel hardware property to package.json 2014-02-13 15:31:37 -08:00
Andrew Stewart fe93b59d1e Bump Robeaux dependency to 0.0.4 2014-02-12 17:47:36 -08:00
deadprogram e3bf3092a5 Update to version 0.10.0 2014-02-06 17:50:21 -08:00
Andrew Stewart e55935f41a Bump Robeaux version to 0.0.3 2014-02-06 11:55:30 -08:00
Andrew Stewart 75a98854c7 Tidy up CLI classes/modules 2014-02-04 13:38:29 -08:00
Andrew Stewart f413e13088 Refer to new name for Cylon.Process 2014-02-04 11:31:17 -08:00
Ron Evans 01a037cd79 Merge pull request #92 from hybridgroup/caffeinated-cli-cmds
Caffeinated cli cmds
2014-02-04 08:40:34 -08:00
deadprogram 6a83019eff Add example of Leap Motion combined with Arduino 2014-02-03 13:40:50 -08:00
deadprogram 6360ed7c09 Add examples for MPL115A2 2014-02-02 10:45:55 -08:00
Edgar O Silva e7d7a60691 Removed all js files and updated CylonProcess to just Cylon.Process. 2014-02-01 16:56:30 -06:00
Edgar O Silva 60e3ff2bb3 Changed commands to use coffee by default and added new cylon-process class. 2014-02-01 16:42:32 -06:00
Ron Evans 2f7719cf28 Merge pull request #90 from hybridgroup/change-sys-print
Changes sys.print for console.log
2014-01-31 22:35:47 -08:00
Edgar O Silva 2fb2aeb953 Changes sys.print for console.log 2014-01-31 23:11:08 -06:00
Andrew Stewart ac901599e8 Merge pull request #88 from hybridgroup/134-fix-ext-cmds-reg
Fixes registration of external commands.
2014-01-31 12:08:56 -08:00
Andrew Stewart 8eef83b3af Remove unnecessary lines and correct variable scope 2014-01-31 11:54:58 -08:00
Edgar O Silva 3dd0870ff6 Remove debug comments. 2014-01-31 13:34:52 -06:00