Skip to content

Commit

Permalink
adding wiring example
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGenisio committed Oct 7, 2015
1 parent a4661c3 commit e8ba581
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/altimeter-mpl3115a2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@



##### MPL3115A2



![docs/breadboard/barometer-mpl3115a2.png](breadboard/barometer-mpl3115a2.png)<br>

Fritzing diagram: [docs/breadboard/barometer-mpl3115a2.fzz](breadboard/barometer-mpl3115a2.fzz)

&nbsp;




Run with:
Expand Down
11 changes: 11 additions & 0 deletions docs/barometer-mpl3115a2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@



##### MPL3115A2



![docs/breadboard/barometer-mpl3115a2.png](breadboard/barometer-mpl3115a2.png)<br>

Fritzing diagram: [docs/breadboard/barometer-mpl3115a2.fzz](breadboard/barometer-mpl3115a2.fzz)

&nbsp;




Run with:
Expand Down
Binary file added docs/breadboard/barometer-mpl3115a2.fzz
Binary file not shown.
Binary file added docs/breadboard/barometer-mpl3115a2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/multi-mpl3115a2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@



##### MPL3115A2



![docs/breadboard/barometer-mpl3115a2.png](breadboard/barometer-mpl3115a2.png)<br>

Fritzing diagram: [docs/breadboard/barometer-mpl3115a2.fzz](breadboard/barometer-mpl3115a2.fzz)

&nbsp;




Run with:
Expand Down
11 changes: 11 additions & 0 deletions docs/temperature-mpl3115a2.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@



##### MPL3115A2



![docs/breadboard/barometer-mpl3115a2.png](breadboard/barometer-mpl3115a2.png)<br>

Fritzing diagram: [docs/breadboard/barometer-mpl3115a2.fzz](breadboard/barometer-mpl3115a2.fzz)

&nbsp;




Run with:
Expand Down
12 changes: 12 additions & 0 deletions tpl/programs.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,9 @@
{
"file": "multi-mpl3115a2.js",
"title": "Multi - MPL3115A2",
"breadboards": [
{"name": "barometer-mpl3115a2", "title": "MPL3115A2"}
],
"externals": [
{ "title": "MPL3115A2 - I2C Barometric Pressure/Temperature Sensor", "href": "https://www.adafruit.com/product/1893"}
]
Expand Down Expand Up @@ -922,20 +925,29 @@
{
"file": "barometer-mpl3115a2.js",
"title": "Barometer - MPL3115A2",
"breadboards": [
{"name": "barometer-mpl3115a2", "title": "MPL3115A2"}
],
"externals": [
{ "title": "MPL3115A2 - I2C Barometric Pressure/Altimeter/Temperature Sensor", "href": "https://www.adafruit.com/product/1893"}
]
},
{
"file": "altimeter-mpl3115a2.js",
"title": "Altimeter - MPL3115A2",
"breadboards": [
{"name": "barometer-mpl3115a2", "title": "MPL3115A2"}
],
"externals": [
{ "title": "MPL3115A2 - I2C Barometric Pressure/Altimeter/Temperature Sensor", "href": "https://www.adafruit.com/product/1893"}
]
},
{
"file": "temperature-mpl3115a2.js",
"title": "Temperature - MPL3115A2",
"breadboards": [
{"name": "barometer-mpl3115a2", "title": "MPL3115A2"}
],
"externals": [
{ "title": "MPL3115A2 - I2C Barometric Pressure/Altimeter/Temperature Sensor", "href": "https://www.adafruit.com/product/1893"}
]
Expand Down

0 comments on commit e8ba581

Please sign in to comment.