From 7e8b96dcf1b8868bccd4567f2c199c00dbb43242 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Nov 2017 18:43:07 +0100 Subject: [PATCH] rtfd shenanigans --- docs/README.md | 4 ++++ docs/index.md | 4 ++++ docs/manual.md | 1 + 3 files changed, 9 insertions(+) create mode 100644 docs/README.md create mode 100644 docs/index.md 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