Skip to content

Commit d113e78

Browse files
committed
Update all example programs to include Run with: "Command"
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
1 parent 6e2befd commit d113e78

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1426
-0
lines changed

docs/accelerometer-pan-tilt.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Accelerometer Pan Tilt
22

3+
Run with:
4+
```bash
5+
node eg/accelerometer-pan-tilt.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board;

docs/accelerometer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Accelerometer
22

3+
Run with:
4+
```bash
5+
node eg/accelerometer.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board, accel;

docs/board-multi.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Board Multi
22

3+
Run with:
4+
```bash
5+
node eg/board-multi.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
boards;

docs/board.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Board
22

3+
Run with:
4+
```bash
5+
node eg/board.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board;

docs/boe-test-servos.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Boe Test Servos
22

3+
Run with:
4+
```bash
5+
node eg/boe-test-servos.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board, Navigator, bot, left, right, sonar, scanner, servos,

docs/button-options.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Button Options
22

3+
Run with:
4+
```bash
5+
node eg/button-options.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board, button;

docs/button.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Button
22

3+
Run with:
4+
```bash
5+
node eg/button.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board, button;

docs/claw.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Claw
22

3+
Run with:
4+
```bash
5+
node eg/claw.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board;

docs/continuous-clock.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Continuous Clock
22

3+
Run with:
4+
```bash
5+
node eg/continuous-clock.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board, servo;

docs/continuous.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Continuous
22

3+
Run with:
4+
```bash
5+
node eg/continuous.js
6+
```
7+
8+
39
```javascript
410
var five = require("johnny-five"),
511
board, servo;

0 commit comments

Comments
 (0)