Skip to content

Commit

Permalink
Examples: fix removal section
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jun 9, 2015
1 parent 6bf1b6c commit 7ad3992
Show file tree
Hide file tree
Showing 166 changed files with 830 additions and 166 deletions.
6 changes: 5 additions & 1 deletion docs/accelerometer-adxl335.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Accelerometer - ADXL335

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/accelerometer-adxl335.fzz](breadboard/acceler




Run with:
```bash
node eg/accelerometer-adxl335.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five");
Expand Down
6 changes: 5 additions & 1 deletion docs/accelerometer-adxl345.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Accelerometer - ADXL345

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/accelerometer-adxl345.fzz](breadboard/acceler




Run with:
```bash
node eg/accelerometer-adxl345.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five");
Expand Down
6 changes: 5 additions & 1 deletion docs/accelerometer-mma7361.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Accelerometer - MMA7361

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/accelerometer-mma7361.fzz](breadboard/acceler




Run with:
```bash
node eg/accelerometer-mma7361.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five");
Expand Down
6 changes: 5 additions & 1 deletion docs/accelerometer-mpu6050.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Accelerometer - MPU6050

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/accelerometer-mpu6050.fzz](breadboard/acceler




Run with:
```bash
node eg/accelerometer-mpu6050.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five");
Expand Down
6 changes: 5 additions & 1 deletion docs/accelerometer-pan-tilt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Accelerometer - Pan + Tilt

<!--remove-end-->







Expand All @@ -11,7 +16,6 @@ Run with:
node eg/accelerometer-pan-tilt.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five"),
Expand Down
6 changes: 5 additions & 1 deletion docs/accelerometer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Accelerometer

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/accelerometer.fzz](breadboard/accelerometer.f




Run with:
```bash
node eg/accelerometer.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five"),
Expand Down
6 changes: 5 additions & 1 deletion docs/board-multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Board - Multiple in one program

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/board-multi.fzz](breadboard/board-multi.fzz)




Run with:
```bash
node eg/board-multi.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five");
Expand Down
6 changes: 5 additions & 1 deletion docs/board-with-port.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Board - Specify port

<!--remove-end-->






Expand All @@ -19,12 +23,12 @@ Fritzing diagram: [docs/breadboard/led-13.fzz](breadboard/led-13.fzz)




Run with:
```bash
node eg/board-with-port.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five");
Expand Down
6 changes: 5 additions & 1 deletion docs/board.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Basic Board initialization

<!--remove-end-->






Expand All @@ -19,12 +23,12 @@ Fritzing diagram: [docs/breadboard/led-13.fzz](breadboard/led-13.fzz)




Run with:
```bash
node eg/board.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five");
Expand Down
6 changes: 5 additions & 1 deletion docs/boe-test-servos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# BOE Bot

<!--remove-end-->







Expand All @@ -11,7 +16,6 @@ Run with:
node eg/boe-test-servos.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five"),
Expand Down
6 changes: 5 additions & 1 deletion docs/brat.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Lynxmotion Biped BRAT

<!--remove-end-->







Expand All @@ -11,7 +16,6 @@ Run with:
node eg/brat.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five"),
Expand Down
6 changes: 5 additions & 1 deletion docs/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Bug

<!--remove-end-->







Expand All @@ -11,7 +16,6 @@ Run with:
node eg/bug.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five");
Expand Down
6 changes: 5 additions & 1 deletion docs/button-bumper.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Button - Bumper

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/button-bumper.fzz](breadboard/button-bumper.f




Run with:
```bash
node eg/button-bumper.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five"),
Expand Down
6 changes: 5 additions & 1 deletion docs/button-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Button - Options

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/button-options.fzz](breadboard/button-options




Run with:
```bash
node eg/button-options.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five"),
Expand Down
6 changes: 5 additions & 1 deletion docs/button-pullup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Button - Pullup

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/button-pullup.fzz](breadboard/button-pullup.f




Run with:
```bash
node eg/button-pullup.js
```

<!--remove-end-->

```javascript
// The `isPullup` button option enables the pullup
Expand Down
6 changes: 5 additions & 1 deletion docs/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Button

<!--remove-end-->






Expand All @@ -17,12 +21,12 @@ Fritzing diagram: [docs/breadboard/button.fzz](breadboard/button.fzz)




Run with:
```bash
node eg/button.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five"),
Expand Down
6 changes: 5 additions & 1 deletion docs/classic-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Wii Classic Controller

<!--remove-end-->







Expand All @@ -11,7 +16,6 @@ Run with:
node eg/classic-controller.js
```

<!--remove-end-->

```javascript
var five = require("johnny-five"),
Expand Down
Loading

0 comments on commit 7ad3992

Please sign in to comment.