summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2015-11-13 01:06:10 -0500
committerknolax <1339802534.kk@gmail.com>2015-11-13 01:06:10 -0500
commit3723525d56eea0ef3d65da4e633b052a68713c57 (patch)
treeb495c76caf6409385b002963866d1065e2b7708e
parent28804e241aab357403e3e963bcf6b4a4a7de82fb (diff)
Update README.md
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index adbc4c9..a5bb44f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
Two new funchtions finchmaxnum() and finchswitch have been added to find the maximum number of finches and switch finches.
-the makefile compiles main.c in arch linux with the hidapi package installed, it is NOT called hidapi32 as the website suggests but hidapi-libusb
-the main program has been modified so that pressing C will allow you to switch the finchbot with finchswitch()
-a compiled version of main for i686 archetecture for arch linux, you need root permisions to run
+The makefile compiles main.c in arch linux with the hidapi package installed, it is NOT called hidapi32 as the website suggests but hidapi-libusb.
+The main program has been modified so that pressing C will allow you to switch the finchbot with finchswitch().
+So far the program still works when 1 finch is connected.
+A compiled version of main for i686 archetecture arch linux is included, you need root permisions to run.