aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
blob: c39df466004428c9ca8d98394cd8f76885123ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
AVR Input/Output expansion
==========================

Parts
-----
Whole library consists from set of parts. You can use any part directly or
only trough other part. Every part can be enabled or disabled.

| Parts                         | Header   | Description                                            |
|-------------------------------|----------|--------------------------------------------------------|
| [IO Ports](parts/ioport.md) | ioport.h | Simple input/output port access                        |
| [SPI](parts/spi.md)         | spi.h    | Serial peripheral interface                            |
| [USART](parts/usart.md)     | usart.h  | Universal synchronous/asynchronous receive/transmitter |