aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2012-06-17 16:59:07 +0200
committerJakob Odersky <jodersky@gmail.com>2012-06-17 16:59:07 +0200
commit8c9d0e424df046e1196cd0b42e78d0b72952c672 (patch)
tree56dc87c045c4d4ae79d29fc42fd07b1984a6b18d
parent446d4979417cee95cdf270d6fb5f065b63fbdcdd (diff)
downloadk8055-8c9d0e424df046e1196cd0b42e78d0b72952c672.tar.gz
k8055-8c9d0e424df046e1196cd0b42e78d0b72952c672.tar.bz2
k8055-8c9d0e424df046e1196cd0b42e78d0b72952c672.zip
update readme
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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