summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2015-11-18 08:56:40 -0500
committerknolax <1339802534.kk@gmail.com>2015-11-18 08:56:40 -0500
commit9d2f90b5b458dbab0813a16b5ca55ecbf0c2bc20 (patch)
treeb84c87ca8b23d05e15aa6a3a8f7b49163b74a44b
parent5e7fdbdd1c0d0b04f7e8f2219b5ee33ba3aa276f (diff)
parent3723525d56eea0ef3d65da4e633b052a68713c57 (diff)
Merge branch 'master' of https://github.com/knolax/multifinchHEADmaster
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 88f70f3..0000000
--- a/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-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
-
-I have modified it and it works now, contrary to what the documentations said, hidopen() does not work , i changed that hidopenpath() and it finally works. Also only one hid can be open at a time which is strange since the fact that they gave us handles implies multiple could be used.