Skip to content

Commit

Permalink
Change "Breadboard" heading to "Breadboard/Illustration"
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 Apr 29, 2013
1 parent 35dd31b commit 1b7af18
Show file tree
Hide file tree
Showing 77 changed files with 79 additions and 77 deletions.
2 changes: 1 addition & 1 deletion docs/accelerometer-pan-tilt.md
Expand Up @@ -51,7 +51,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/accelerometer.md
Expand Up @@ -58,7 +58,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/accelerometer.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/board-multi.md
Expand Up @@ -34,7 +34,7 @@ boards.forEach(function( board ) {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/board-with-port.md
Expand Up @@ -42,7 +42,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/board.md
Expand Up @@ -41,7 +41,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/board.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/bug.md
Expand Up @@ -199,7 +199,7 @@ five.Board().on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/button-bumper.md
Expand Up @@ -28,7 +28,7 @@ five.Board().on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/button-bumper.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/button-options.md
Expand Up @@ -50,7 +50,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/button-options.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/button.md
Expand Up @@ -48,7 +48,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/button.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/classic-controller.md
Expand Up @@ -107,7 +107,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/claw.md
Expand Up @@ -47,7 +47,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/continuous-clock.md
Expand Up @@ -52,7 +52,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/continuous.md
Expand Up @@ -41,7 +41,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/continuous.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/ed.md
Expand Up @@ -604,7 +604,7 @@ ED.prototype.move = function( positions ) {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/gripper.md
Expand Up @@ -81,7 +81,7 @@ var five = require("johnny-five"),

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/gripper.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/ir-motion.md
Expand Up @@ -46,7 +46,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/ir-proximity.md
Expand Up @@ -60,7 +60,7 @@ five.Board().on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/ir-reflect.md
Expand Up @@ -35,7 +35,7 @@ five.Board().on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/joystick-claw.md
Expand Up @@ -37,7 +37,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/joystick-laser.md
Expand Up @@ -50,7 +50,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/joystick-motor-led.md
Expand Up @@ -78,7 +78,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/joystick-motor-led.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/joystick.md
Expand Up @@ -66,7 +66,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/joystick.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/laser.md
Expand Up @@ -23,7 +23,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/lcd-enumeratechars.md
Expand Up @@ -64,7 +64,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/lcd-runner-20x4.md
Expand Up @@ -50,7 +50,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/lcd-runner.md
Expand Up @@ -50,7 +50,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/lcd.md
Expand Up @@ -50,7 +50,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/lcd.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/led-fade.md
Expand Up @@ -46,7 +46,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/led-fade.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/led-matrix.md
Expand Up @@ -70,7 +70,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/led-matrix.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/led-on-off.md
Expand Up @@ -35,7 +35,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/led-on-off.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/led-pulse.md
Expand Up @@ -45,7 +45,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/led-pulse.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/led-rgb.md
Expand Up @@ -27,7 +27,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/led-strobe.md
Expand Up @@ -23,7 +23,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/led-strobe.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/magnetometer-log.md
Expand Up @@ -124,7 +124,7 @@ colors = {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/magnetometer-north.md
Expand Up @@ -121,7 +121,7 @@ colors = {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/magnetometer.md
Expand Up @@ -77,7 +77,7 @@ five.Board().on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/magnetometer.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/motor.md
Expand Up @@ -54,7 +54,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/motor.png">

Expand Down
2 changes: 1 addition & 1 deletion docs/navigator.md
Expand Up @@ -541,7 +541,7 @@ Navigator.prototype.pivot = function( which, time ) {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/nodeconf-compass.md
Expand Up @@ -65,7 +65,7 @@ colors = {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/nodeconf-navigator.md
Expand Up @@ -497,7 +497,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/nodeconf-radar.md
Expand Up @@ -139,7 +139,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/nodeconf-slider.md
Expand Up @@ -31,7 +31,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/nunchuk.md
Expand Up @@ -102,7 +102,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration



Expand Down
2 changes: 1 addition & 1 deletion docs/photoresistor.md
Expand Up @@ -40,7 +40,7 @@ board.on("ready", function() {

```

## Breadboard
## Breadboard/Illustration

<img src="https://raw.github.com/rwldrn/johnny-five/master/docs/breadboard/photoresistor.png">

Expand Down

0 comments on commit 1b7af18

Please sign in to comment.