blob: 4c261ff6103ec1bd54d73c6b38252577649474d0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
AVR Input/Output expansion
==========================
Modules
-------
| Module | Header | Enable Config | Description |
|-------------------------------|----------|-------------------------------------------|--------------------------------------------------------|
| [IO Ports](modules/ioport.md) | ioport.h | CONFIG_IOPORTS and CONFIG_IOE_PCINTERRUPT | Simple input/output port access |
| [SPI](modules/spi.md) | spi.h | CONFIG_SPI | Serial peripheral interface |
| [USART](modules/usart.md) | usart.h | CONFIG_USART | Universal synchronous/asynchronous receive/transmitter |
|