Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swapped out images on main modules page #30

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

# Modules

Tessel has four module ports, labeled A, B, C, and D.
Tessel has two module ports, labeled A and B.

<div class="row">
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/tessel-ports.jpg)
![](http://i.imgur.com/5cpim4e.jpg)

</div>
<div class="large-6 columns">

In the examples below, port "A" is always specified. But as long as you change the port in the code, you can plug your module into any of the ports.
In the examples below, port "A" is always specified. But as long as you change the port in the code, you can plug your module into either of the ports.

It's best to unplug Tessel from power while plugging in modules.

Expand All @@ -28,14 +28,14 @@ Modules should be plugged in so that all of the electrical components are face u

#### face up

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/tessel-all-plugged-sm.jpg)
![](http://i.imgur.com/ROHx9nr.png)

</div>
<div class="large-6 columns right">

#### face down

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/tessel-all-plugged-back-sm.jpg)
![](http://i.imgur.com/vNg4gxd.png)

</div>
</div>
Expand Down