Skip to content

Commit

Permalink
Examples: fixes bad image markup for Motor GROVE I2C programs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Dec 17, 2015
1 parent 9894a87 commit 0bb5f01
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/grove-i2c-motor-driver-edison.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For this program, you'll need:
![Intel Edison Arduino Breakout](https://cdn.sparkfun.com//assets/parts/1/0/1/3/9/13097-06.jpg)


![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg
![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg)

(Or similiar Grove shield and platform)

Expand Down
2 changes: 1 addition & 1 deletion docs/grove-i2c-motor-driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ board.on("ready", function() {
## Additional Notes
For this program, you'll need:

![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg
![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg)

(Or similiar Grove shield and platform)

Expand Down
2 changes: 1 addition & 1 deletion docs/motor-GROVE_I2C.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ For this program, you'll need:
![Intel Edison Arduino Breakout](https://cdn.sparkfun.com//assets/parts/1/0/1/3/9/13097-06.jpg)


![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg
![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg)

(Or similiar Grove shield and platform)

Expand Down
2 changes: 1 addition & 1 deletion eg/grove-i2c-motor-driver-edison.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ board.on("ready", function() {
// ![Intel Edison Arduino Breakout](https://cdn.sparkfun.com//assets/parts/1/0/1/3/9/13097-06.jpg)
//
//
// ![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg
// ![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg)
//
// (Or similiar Grove shield and platform)
//
Expand Down
2 changes: 1 addition & 1 deletion eg/grove-i2c-motor-driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ board.on("ready", function() {
// @markdown
// For this program, you'll need:
//
// ![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg
// ![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg)
//
// (Or similiar Grove shield and platform)
//
Expand Down
2 changes: 1 addition & 1 deletion eg/motor-GROVE_I2C.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ board.on("ready", function() {
// ![Intel Edison Arduino Breakout](https://cdn.sparkfun.com//assets/parts/1/0/1/3/9/13097-06.jpg)
//
//
// ![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg
// ![Grove Base Shield v2](http://www.seeedstudio.com/depot/images/product/base%20shield%20V2_01.jpg)
//
// (Or similiar Grove shield and platform)
//
Expand Down

0 comments on commit 0bb5f01

Please sign in to comment.