Skip to content

Commit

Permalink
Updates to docs files
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Oct 19, 2012
1 parent dee0334 commit 11caa58
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ board.on("ready", function() {
- [Nodeconf Radar](https://github.com/rwldrn/johnny-five/blob/master/docs/nodeconf-radar.md)
- [Nodeconf Slider](https://github.com/rwldrn/johnny-five/blob/master/docs/nodeconf-slider.md)

### Wii Nunchuk
### Wii
- [Nunchuk](https://github.com/rwldrn/johnny-five/blob/master/docs/nunchuk.md)
- [Nunchuk Classic Controller](https://github.com/rwldrn/johnny-five/blob/master/docs/nunchuk-classic-controller.md)
- [Classic Controller](https://github.com/rwldrn/johnny-five/blob/master/docs/classic-controller.md)

### Sensors
- [Accelerometer](https://github.com/rwldrn/johnny-five/blob/master/docs/accelerometer.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Nunchuk Classic Controller
# Classic Controller

Run with:
```bash
node eg/nunchuk-classic-controller.js
node eg/classic-controller.js
```


Expand Down
4 changes: 0 additions & 4 deletions docs/motor.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,11 @@ var five = require("johnny-five"),
board = new five.Board();

board.on("ready", function() {
var timer;

// Create a new `motor` hardware instance.
motor = new five.Motor({
pin: 5
});

(led = new five.Led()).on();

// Inject the `motor` hardware into
// the Repl instance's context;
// allows direct command line access
Expand Down
2 changes: 0 additions & 2 deletions docs/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ var five = require("johnny-five"),
board = new five.Board();

board.on("ready", function() {
console.log( "Ready event. Repl instance auto-initialized" );

this.repl.inject({
test: "foo"
});
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions programs.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
"nodeconf-slider.js",


[ "Wii Nunchuk" ],
[ "Wii" ],
"nunchuk.js",
"nunchuk-classic-controller.js",
"classic-controller.js",


[ "Sensors" ],
Expand Down

0 comments on commit 11caa58

Please sign in to comment.