From 8c9d0e424df046e1196cd0b42e78d0b72952c672 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 17 Jun 2012 16:59:07 +0200 Subject: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0658c6d..3656108 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # k8055 for libusb-1.0 -This library acts as a driver for the Velleman K8055 USB Experiment Board for operating systems supporting libusb-1.0 (http://www.libusb.org/wiki/libusb-1.0), such as Linux. While providing a high-level interface for the user, the library communicates with a k8055 board through libusb. +This library provides access to the Velleman K8055 USB Experiment Board for operating systems supporting libusb-1.0 (http://www.libusb.org/wiki/libusb-1.0), such as Linux. While providing a high-level interface to the user, the library communicates with a k8055 board through libusb. ## Main Features - runs with libusb-1.0 - up to 4 k8055 boards supported simultaneously (limit is given by k8055 hardware) +- pseudo-querying of a board's ouput status (see header file documentation for detailed explanation) - lightweight (one source file, one header file => one shared library) ## Requirements @@ -49,6 +50,7 @@ Thanks alot to you! ## License Copyright (c) 2012 by Jakob Odersky + All rights reserved. Redistribution and use in source and binary forms, with or without -- cgit v1.2.3