aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/index.md b/docs/index.md
index 4c261ff..c39df46 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,10 +1,13 @@
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 |
+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 |