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

Kb images #31

Merged
merged 5 commits into from
Aug 28, 2015
Merged
Changes from 1 commit
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
Next Next commit
swapped out images on main modules page
Frijol committed Aug 27, 2015
commit 30c3223dab00a1be9391c51712e9671c866c08ae
10 changes: 5 additions & 5 deletions modules.md
Original file line number Diff line number Diff line change
@@ -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.

@@ -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>