From 1b7af18112aa539c1b48615f925a40e32795196b Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Mon, 29 Apr 2013 13:48:15 -0400 Subject: [PATCH] Change "Breadboard" heading to "Breadboard/Illustration" Signed-off-by: Rick Waldron --- docs/accelerometer-pan-tilt.md | 2 +- docs/accelerometer.md | 2 +- docs/board-multi.md | 2 +- docs/board-with-port.md | 2 +- docs/board.md | 2 +- docs/bug.md | 2 +- docs/button-bumper.md | 2 +- docs/button-options.md | 2 +- docs/button.md | 2 +- docs/classic-controller.md | 2 +- docs/claw.md | 2 +- docs/continuous-clock.md | 2 +- docs/continuous.md | 2 +- docs/ed.md | 2 +- docs/gripper.md | 2 +- docs/ir-motion.md | 2 +- docs/ir-proximity.md | 2 +- docs/ir-reflect.md | 2 +- docs/joystick-claw.md | 2 +- docs/joystick-laser.md | 2 +- docs/joystick-motor-led.md | 2 +- docs/joystick.md | 2 +- docs/laser.md | 2 +- docs/lcd-enumeratechars.md | 2 +- docs/lcd-runner-20x4.md | 2 +- docs/lcd-runner.md | 2 +- docs/lcd.md | 2 +- docs/led-fade.md | 2 +- docs/led-matrix.md | 2 +- docs/led-on-off.md | 2 +- docs/led-pulse.md | 2 +- docs/led-rgb.md | 2 +- docs/led-strobe.md | 2 +- docs/magnetometer-log.md | 2 +- docs/magnetometer-north.md | 2 +- docs/magnetometer.md | 2 +- docs/motor.md | 2 +- docs/navigator.md | 2 +- docs/nodeconf-compass.md | 2 +- docs/nodeconf-navigator.md | 2 +- docs/nodeconf-radar.md | 2 +- docs/nodeconf-slider.md | 2 +- docs/nunchuk.md | 2 +- docs/photoresistor.md | 2 +- docs/pin-circuit-event.md | 2 +- docs/pin.md | 2 +- docs/ping.md | 2 +- docs/potentiometer.md | 2 +- docs/radar.md | 2 +- docs/repl.md | 4 +++- docs/sensor-fsr-servo.md | 2 +- docs/sensor-fsr.md | 2 +- docs/sensor-ir-led-receiver.md | 2 +- docs/sensor-slider.md | 2 +- docs/sensor.md | 2 +- docs/servo-array.md | 2 +- docs/servo-digital.md | 2 +- docs/servo-dual.md | 2 +- docs/servo-options.md | 2 +- docs/servo-tutorial.md | 2 +- docs/servo.md | 2 +- docs/seven-segment.md | 2 +- docs/shiftregister.md | 2 +- docs/slider-log.md | 2 +- docs/slider-pan.md | 2 +- docs/slider-servo-control.md | 2 +- docs/sonar-scan.md | 2 +- docs/sonar.md | 2 +- docs/tinkerkit-blink.md | 2 +- docs/tinkerkit-button.md | 2 +- docs/tinkerkit-continuous-servo.md | 2 +- docs/tinkerkit-linear-pot.md | 2 +- docs/tinkerkit-rotary.md | 2 +- docs/tinkerkit-thermistor.md | 2 +- docs/tinkerkit-tilt.md | 2 +- docs/tinkerkit-touch.md | 2 +- tpl/.docs.md | 2 +- 77 files changed, 79 insertions(+), 77 deletions(-) diff --git a/docs/accelerometer-pan-tilt.md b/docs/accelerometer-pan-tilt.md index bee7d1c3f..c3ead118f 100644 --- a/docs/accelerometer-pan-tilt.md +++ b/docs/accelerometer-pan-tilt.md @@ -51,7 +51,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/accelerometer.md b/docs/accelerometer.md index 899be409e..e277c6dc9 100644 --- a/docs/accelerometer.md +++ b/docs/accelerometer.md @@ -58,7 +58,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/board-multi.md b/docs/board-multi.md index ecc935cba..cd7f10797 100644 --- a/docs/board-multi.md +++ b/docs/board-multi.md @@ -34,7 +34,7 @@ boards.forEach(function( board ) { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/board-with-port.md b/docs/board-with-port.md index 74ba5f7e7..ed2716d34 100644 --- a/docs/board-with-port.md +++ b/docs/board-with-port.md @@ -42,7 +42,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/board.md b/docs/board.md index ea63b12f1..014988ebe 100644 --- a/docs/board.md +++ b/docs/board.md @@ -41,7 +41,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/bug.md b/docs/bug.md index 9bff5a0c1..7b5464fd3 100644 --- a/docs/bug.md +++ b/docs/bug.md @@ -199,7 +199,7 @@ five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/button-bumper.md b/docs/button-bumper.md index f0f34ee65..399689f9a 100644 --- a/docs/button-bumper.md +++ b/docs/button-bumper.md @@ -28,7 +28,7 @@ five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/button-options.md b/docs/button-options.md index af92d71f0..83e155930 100644 --- a/docs/button-options.md +++ b/docs/button-options.md @@ -50,7 +50,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/button.md b/docs/button.md index f884c70f3..901117672 100644 --- a/docs/button.md +++ b/docs/button.md @@ -48,7 +48,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/classic-controller.md b/docs/classic-controller.md index 58031469d..251f4d753 100644 --- a/docs/classic-controller.md +++ b/docs/classic-controller.md @@ -107,7 +107,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/claw.md b/docs/claw.md index 20bbe1fdd..9cd825675 100644 --- a/docs/claw.md +++ b/docs/claw.md @@ -47,7 +47,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/continuous-clock.md b/docs/continuous-clock.md index 1bb77aedb..8846e934b 100644 --- a/docs/continuous-clock.md +++ b/docs/continuous-clock.md @@ -52,7 +52,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/continuous.md b/docs/continuous.md index 4439eb3fb..9288d14ff 100644 --- a/docs/continuous.md +++ b/docs/continuous.md @@ -41,7 +41,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/ed.md b/docs/ed.md index 64b632779..d6a378834 100644 --- a/docs/ed.md +++ b/docs/ed.md @@ -604,7 +604,7 @@ ED.prototype.move = function( positions ) { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/gripper.md b/docs/gripper.md index af7456993..85085cafd 100644 --- a/docs/gripper.md +++ b/docs/gripper.md @@ -81,7 +81,7 @@ var five = require("johnny-five"), ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/ir-motion.md b/docs/ir-motion.md index 1ad3c1b71..65b68c546 100644 --- a/docs/ir-motion.md +++ b/docs/ir-motion.md @@ -46,7 +46,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/ir-proximity.md b/docs/ir-proximity.md index 6eeae5e25..8ee933a0d 100644 --- a/docs/ir-proximity.md +++ b/docs/ir-proximity.md @@ -60,7 +60,7 @@ five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/ir-reflect.md b/docs/ir-reflect.md index b9d9b005b..8687ee9f0 100644 --- a/docs/ir-reflect.md +++ b/docs/ir-reflect.md @@ -35,7 +35,7 @@ five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/joystick-claw.md b/docs/joystick-claw.md index f8bb0aad1..b1fc5562c 100644 --- a/docs/joystick-claw.md +++ b/docs/joystick-claw.md @@ -37,7 +37,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/joystick-laser.md b/docs/joystick-laser.md index c49fac8aa..3fccc2c4a 100644 --- a/docs/joystick-laser.md +++ b/docs/joystick-laser.md @@ -50,7 +50,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/joystick-motor-led.md b/docs/joystick-motor-led.md index 64842d550..7f7b1caaf 100644 --- a/docs/joystick-motor-led.md +++ b/docs/joystick-motor-led.md @@ -78,7 +78,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/joystick.md b/docs/joystick.md index b11aaded3..cd369f162 100644 --- a/docs/joystick.md +++ b/docs/joystick.md @@ -66,7 +66,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/laser.md b/docs/laser.md index 475e64ea3..c76c95fdf 100644 --- a/docs/laser.md +++ b/docs/laser.md @@ -23,7 +23,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/lcd-enumeratechars.md b/docs/lcd-enumeratechars.md index 05a51f171..7188a8b52 100644 --- a/docs/lcd-enumeratechars.md +++ b/docs/lcd-enumeratechars.md @@ -64,7 +64,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/lcd-runner-20x4.md b/docs/lcd-runner-20x4.md index 2f1150416..b71ca9dd3 100644 --- a/docs/lcd-runner-20x4.md +++ b/docs/lcd-runner-20x4.md @@ -50,7 +50,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/lcd-runner.md b/docs/lcd-runner.md index a68630441..18702ad5b 100644 --- a/docs/lcd-runner.md +++ b/docs/lcd-runner.md @@ -50,7 +50,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/lcd.md b/docs/lcd.md index bcbed0955..ba59eb530 100644 --- a/docs/lcd.md +++ b/docs/lcd.md @@ -50,7 +50,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/led-fade.md b/docs/led-fade.md index 0817ea5bc..68ae65ec5 100644 --- a/docs/led-fade.md +++ b/docs/led-fade.md @@ -46,7 +46,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/led-matrix.md b/docs/led-matrix.md index b9dd46478..ee49872d3 100644 --- a/docs/led-matrix.md +++ b/docs/led-matrix.md @@ -70,7 +70,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/led-on-off.md b/docs/led-on-off.md index 833d8124e..83d0b6930 100644 --- a/docs/led-on-off.md +++ b/docs/led-on-off.md @@ -35,7 +35,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/led-pulse.md b/docs/led-pulse.md index 9bffa7ca3..2d48924b4 100644 --- a/docs/led-pulse.md +++ b/docs/led-pulse.md @@ -45,7 +45,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/led-rgb.md b/docs/led-rgb.md index d97c9158b..bbddbb21e 100644 --- a/docs/led-rgb.md +++ b/docs/led-rgb.md @@ -27,7 +27,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/led-strobe.md b/docs/led-strobe.md index 717d79817..45f0a17b2 100644 --- a/docs/led-strobe.md +++ b/docs/led-strobe.md @@ -23,7 +23,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/magnetometer-log.md b/docs/magnetometer-log.md index ded2302a8..c86432ba1 100644 --- a/docs/magnetometer-log.md +++ b/docs/magnetometer-log.md @@ -124,7 +124,7 @@ colors = { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/magnetometer-north.md b/docs/magnetometer-north.md index 4b9f7361b..f662f465b 100644 --- a/docs/magnetometer-north.md +++ b/docs/magnetometer-north.md @@ -121,7 +121,7 @@ colors = { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/magnetometer.md b/docs/magnetometer.md index 0e1352d9f..1c9e4ae20 100644 --- a/docs/magnetometer.md +++ b/docs/magnetometer.md @@ -77,7 +77,7 @@ five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/motor.md b/docs/motor.md index 0605abada..4be3a4d88 100644 --- a/docs/motor.md +++ b/docs/motor.md @@ -54,7 +54,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/navigator.md b/docs/navigator.md index ded6190dc..07a6084fb 100644 --- a/docs/navigator.md +++ b/docs/navigator.md @@ -541,7 +541,7 @@ Navigator.prototype.pivot = function( which, time ) { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/nodeconf-compass.md b/docs/nodeconf-compass.md index 76687fd1a..ce25c1ad8 100644 --- a/docs/nodeconf-compass.md +++ b/docs/nodeconf-compass.md @@ -65,7 +65,7 @@ colors = { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/nodeconf-navigator.md b/docs/nodeconf-navigator.md index 34324ada7..5b1b30384 100644 --- a/docs/nodeconf-navigator.md +++ b/docs/nodeconf-navigator.md @@ -497,7 +497,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/nodeconf-radar.md b/docs/nodeconf-radar.md index 3bb0992f3..7591be0e8 100644 --- a/docs/nodeconf-radar.md +++ b/docs/nodeconf-radar.md @@ -139,7 +139,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/nodeconf-slider.md b/docs/nodeconf-slider.md index 2db1f228e..c0e4037b0 100644 --- a/docs/nodeconf-slider.md +++ b/docs/nodeconf-slider.md @@ -31,7 +31,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/nunchuk.md b/docs/nunchuk.md index 64118c5a2..5e491a7b1 100644 --- a/docs/nunchuk.md +++ b/docs/nunchuk.md @@ -102,7 +102,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/photoresistor.md b/docs/photoresistor.md index 77f0250ea..a8b425ac8 100644 --- a/docs/photoresistor.md +++ b/docs/photoresistor.md @@ -40,7 +40,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/pin-circuit-event.md b/docs/pin-circuit-event.md index 1a1aa4a5d..901f9d68f 100644 --- a/docs/pin-circuit-event.md +++ b/docs/pin-circuit-event.md @@ -22,7 +22,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/pin.md b/docs/pin.md index 58e5d848c..262680cef 100644 --- a/docs/pin.md +++ b/docs/pin.md @@ -36,7 +36,7 @@ var five = require("johnny-five"), ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/ping.md b/docs/ping.md index ab7d8d196..eaaeb3593 100644 --- a/docs/ping.md +++ b/docs/ping.md @@ -51,7 +51,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/potentiometer.md b/docs/potentiometer.md index 2d2f2f352..9006b5253 100644 --- a/docs/potentiometer.md +++ b/docs/potentiometer.md @@ -40,7 +40,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/radar.md b/docs/radar.md index b8520a8a6..453e7d415 100644 --- a/docs/radar.md +++ b/docs/radar.md @@ -139,7 +139,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/repl.md b/docs/repl.md index f7a21830a..11625d301 100644 --- a/docs/repl.md +++ b/docs/repl.md @@ -13,6 +13,8 @@ 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" }); @@ -20,7 +22,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/sensor-fsr-servo.md b/docs/sensor-fsr-servo.md index 189b7b268..b27708b0c 100644 --- a/docs/sensor-fsr-servo.md +++ b/docs/sensor-fsr-servo.md @@ -31,7 +31,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/sensor-fsr.md b/docs/sensor-fsr.md index 835cdacd9..1920e1991 100644 --- a/docs/sensor-fsr.md +++ b/docs/sensor-fsr.md @@ -32,7 +32,7 @@ var five = require("johnny-five"), ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/sensor-ir-led-receiver.md b/docs/sensor-ir-led-receiver.md index 0138b1f43..504d2f2e8 100644 --- a/docs/sensor-ir-led-receiver.md +++ b/docs/sensor-ir-led-receiver.md @@ -40,7 +40,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/sensor-slider.md b/docs/sensor-slider.md index 568ba9504..c3efe5453 100644 --- a/docs/sensor-slider.md +++ b/docs/sensor-slider.md @@ -42,7 +42,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/sensor.md b/docs/sensor.md index 91f65d7d3..edf570f08 100644 --- a/docs/sensor.md +++ b/docs/sensor.md @@ -69,7 +69,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/servo-array.md b/docs/servo-array.md index 8c0741340..9268c7809 100644 --- a/docs/servo-array.md +++ b/docs/servo-array.md @@ -88,7 +88,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/servo-digital.md b/docs/servo-digital.md index 0900aad1f..456a77146 100644 --- a/docs/servo-digital.md +++ b/docs/servo-digital.md @@ -44,7 +44,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/servo-dual.md b/docs/servo-dual.md index 1a4760fbd..2532d93af 100644 --- a/docs/servo-dual.md +++ b/docs/servo-dual.md @@ -46,7 +46,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/servo-options.md b/docs/servo-options.md index b5c409043..0ff27c449 100644 --- a/docs/servo-options.md +++ b/docs/servo-options.md @@ -32,7 +32,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/servo-tutorial.md b/docs/servo-tutorial.md index 5d6d60f49..67b919108 100644 --- a/docs/servo-tutorial.md +++ b/docs/servo-tutorial.md @@ -38,7 +38,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/servo.md b/docs/servo.md index 7b6dffa44..e3f62072d 100644 --- a/docs/servo.md +++ b/docs/servo.md @@ -81,7 +81,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/seven-segment.md b/docs/seven-segment.md index 9336eb40b..6da738116 100644 --- a/docs/seven-segment.md +++ b/docs/seven-segment.md @@ -116,7 +116,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/shiftregister.md b/docs/shiftregister.md index 770690f3c..70addedd2 100644 --- a/docs/shiftregister.md +++ b/docs/shiftregister.md @@ -39,7 +39,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/slider-log.md b/docs/slider-log.md index 8db243400..74806fde7 100644 --- a/docs/slider-log.md +++ b/docs/slider-log.md @@ -31,7 +31,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/slider-pan.md b/docs/slider-pan.md index afa4693c2..e7f071a78 100644 --- a/docs/slider-pan.md +++ b/docs/slider-pan.md @@ -37,7 +37,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/slider-servo-control.md b/docs/slider-servo-control.md index bd8a66882..4a515fe6d 100644 --- a/docs/slider-servo-control.md +++ b/docs/slider-servo-control.md @@ -38,7 +38,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/sonar-scan.md b/docs/sonar-scan.md index 0d24f284d..6f27c5cbd 100644 --- a/docs/sonar-scan.md +++ b/docs/sonar-scan.md @@ -151,7 +151,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/sonar.md b/docs/sonar.md index 5ce85be5c..902d14da0 100644 --- a/docs/sonar.md +++ b/docs/sonar.md @@ -60,7 +60,7 @@ board.on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/tinkerkit-blink.md b/docs/tinkerkit-blink.md index f5653524c..959f649d5 100644 --- a/docs/tinkerkit-blink.md +++ b/docs/tinkerkit-blink.md @@ -16,7 +16,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/tinkerkit-button.md b/docs/tinkerkit-button.md index 24f6028b0..fa47a6e1d 100644 --- a/docs/tinkerkit-button.md +++ b/docs/tinkerkit-button.md @@ -25,7 +25,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/tinkerkit-continuous-servo.md b/docs/tinkerkit-continuous-servo.md index 34b851bf2..e1a17e5c6 100644 --- a/docs/tinkerkit-continuous-servo.md +++ b/docs/tinkerkit-continuous-servo.md @@ -23,7 +23,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/tinkerkit-linear-pot.md b/docs/tinkerkit-linear-pot.md index 16000c9c9..00c4f7022 100644 --- a/docs/tinkerkit-linear-pot.md +++ b/docs/tinkerkit-linear-pot.md @@ -18,7 +18,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/tinkerkit-rotary.md b/docs/tinkerkit-rotary.md index 8dd3f7a72..a5c4f32ad 100644 --- a/docs/tinkerkit-rotary.md +++ b/docs/tinkerkit-rotary.md @@ -20,7 +20,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/tinkerkit-thermistor.md b/docs/tinkerkit-thermistor.md index f46772ca9..300d3ef4e 100644 --- a/docs/tinkerkit-thermistor.md +++ b/docs/tinkerkit-thermistor.md @@ -47,7 +47,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/tinkerkit-tilt.md b/docs/tinkerkit-tilt.md index c40e55121..4c3946260 100644 --- a/docs/tinkerkit-tilt.md +++ b/docs/tinkerkit-tilt.md @@ -20,7 +20,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/docs/tinkerkit-touch.md b/docs/tinkerkit-touch.md index 116a5bc74..455b50cc5 100644 --- a/docs/tinkerkit-touch.md +++ b/docs/tinkerkit-touch.md @@ -28,7 +28,7 @@ new five.Board().on("ready", function() { ``` -## Breadboard +## Breadboard/Illustration diff --git a/tpl/.docs.md b/tpl/.docs.md index ec80a5703..bb895ca64 100644 --- a/tpl/.docs.md +++ b/tpl/.docs.md @@ -10,7 +10,7 @@ Run with: <%= example %> ``` -## Breadboard +## Breadboard/Illustration <%= breadboard %> <%= fritzing %>