rtfd shenanigans

This commit is contained in:
root
2017-11-29 18:43:07 +01:00
parent c5b6f2ca27
commit 7e8b96dcf1
3 changed files with 9 additions and 0 deletions

4
docs/README.md Normal file
View File

@@ -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: <http://tinio.rtfd.io>

4
docs/index.md Normal file
View File

@@ -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.

View File

@@ -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