aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-06-30 17:18:49 +0200
committerKarel Kočí <cynerd@email.cz>2016-06-30 17:18:49 +0200
commit4e1ce86af16307bf7d42657db07600867c7c4bbc (patch)
tree5d0dfddea221c91545a9bd57ac7face5842291d4 /docs/index.md
parent147cb7f0e67d1f3c3274effa5476607e24664182 (diff)
downloadavr-ioe-4e1ce86af16307bf7d42657db07600867c7c4bbc.tar.gz
avr-ioe-4e1ce86af16307bf7d42657db07600867c7c4bbc.tar.bz2
avr-ioe-4e1ce86af16307bf7d42657db07600867c7c4bbc.zip
Add some more progress and split non-core functionality to separate repo
More progress to implementation and some changes in project it self. This library will implement only drivers for features on chip but nothing else. Everything connected externally is now in separate repository.
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.md b/docs/index.md
index c39df46..23b6cb9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -6,8 +6,8 @@ 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 |
+| 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 |