Skip to content

Commit

Permalink
pin map update
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Apr 21, 2016
1 parent 718379a commit e9606e0
Showing 1 changed file with 19 additions and 22 deletions.
41 changes: 19 additions & 22 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,25 @@ See [examples](https://github.com/rwaldron/tessel-io/tree/master/eg) for basic,



| Port | Pin | Digital I/O | SCL | SDA | SCK | MISO | MOSI | TX | RX | Analog In | Analog Out |
|------|-----|-------------|-----|-----|-----|------|------|----|----|-----------|------------|
|A | 0 ||| | | | | | | | |
|A | 1 || || | | | | | | |
|A | 2 || | || | | | | | |
|A | 3 || | | || | | | | |
|A | 4 || | | | || | || |
|A | 5 || | | | | || | | |
|A | 6 || | | | | | || | |
|A | 7 || | | | | | | || |
|B | 0 ||| | | | | | || |
|B | 1 || || | | | | || |
|B | 2 || | || | | | || |
|B | 3 || | | || | | || |
|B | 4 || | | | || | || |
|B | 5 || | | | | || || |
|B | 6 || | | | | | ||| |
|B | 7 || | | | | | | |||
|L | 0 | ✓ (out only)| | | | | | | | | |
|L | 1 | ✓ (out only)| | | | | | | | | |
|L | 2 | ✓ (out only)| | | | | | | | | |
|L | 3 | ✓ (out only)| | | | | | | | | |
| Port | Pin | Digital I/O | SCL | SDA | TX | RX | Analog In | Analog Out | Interrupt | PWM |
|---|---|---|---|---|---|---|---|---|---|---|
| A | 0 ||| | | | | | | |
| A | 1 || || | | | | | |
| A | 2 || | | | | | || |
| A | 3 || | | | | | | | |
| A | 4 || | | | || | | |
| A | 5 || | || | | |||
| A | 6 || | | || | |||
| A | 7 || | | | || || |
| B | 0 ||| | | || | | |
| B | 1 || || | || | | |
| B | 2 || | | | || || |
| B | 3 || | | | || | | |
| B | 4 || | | | || | | |
| B | 5 || | || || |||
| B | 6 || | | ||| |||
| B | 7 || | | | |||| |


## Examples

Expand Down

0 comments on commit e9606e0

Please sign in to comment.