blob: 23b6cb9c1cce353a1102441e9a3910d1d3577466 (
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](references/ioport.md) | ioport.h | Simple input/output port access |
| [SPI](references/spi.md) | spi.h | Serial peripheral interface |
| [USART](references/usart.md) | usart.h | Universal synchronous/asynchronous receive/transmitter |
|