diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..60522a0 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,4 @@ +# tinio +The Github repository of TinI/O. +TinI/O is an interface to the CY7C65211 chip. Its main purpose is to expand a computer's I/O. +Documentation: diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..45ff78a --- /dev/null +++ b/docs/index.md @@ -0,0 +1,4 @@ +# TinI/O Docs +Welcome to the documentation of TinI/O. +TinI/O is a linux interface for the Cypress CY7C65211 USB-Serial Chip GPIO. +Its main purpose is to provide computers with additional I/O pins using the chip. diff --git a/docs/manual.md b/docs/manual.md index 378dec6..5f9d81d 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -11,6 +11,7 @@ Using TinI/O is free (as beer _and_ speech), because it's licensed under GNU Gen # Where to start? To start using TinI/O, make sure you have: + - A computer running some sort of Linux that has: + A free USB port to use the board with + libusb 1.0 and its headers installed