
innoIndicator - Toolset to control Delcom USB Visual Indicator devices

Version:    v1.1

Usage:	    SetLED [ green | red | blue | yellow | cyan | magenta ] [ {blinkOnTime} ] [ {blinkOffTime} ]
            SetBuzzer [ off | {count} ] [ {onTime} {offTime] ] [ {toneFreq} ]
            SetButton [ Off | Clear | Beep | ClearBeep ]
            GetKeyCount
            ResetIndicator

Description:
Toolset to control Delcom USB Visual Indicator devices.

Author:
Innotronic Ingenieurbüro GmbH
<http://www.inno.ch/innoIndicator.html>

Based on code of Greg Kroah-Hartmanu <greg@kroah.com>

Requirements:
-libusb     (v0.1.12)

References:
Delcom Products Inc.
<http://www.delcom-eng.com/>

USB driver tutorial and sample code
<http://www.linuxjournal.com/article/7466>
Copyright (c) 2004 Greg Kroah-Hartmanu <greg@kroah.com>

libusb
<http://libusb.sourceforge.net/>
Copyright (c) 2000-2003 Johannes Erdfelt <johannes@erdfelt.com>
Copyright (c) Thomas Sailer <sailer@ife.ee.ethz.ch>
Copyright (c) Brad Hards <bradh@frogmouth.net>


Copyright (c) 2011 Innotronic Ingenieurbüro GmbH

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

