Header updated.

This commit is contained in:
Kai Lauterbach 2011-12-23 20:52:01 +01:00
parent c802706519
commit 1780e59020

View file

@ -1,23 +1,13 @@
/* Name: lc_set-led.c
* Project: hid-custom-rq example
* Author: Christian Starkjohann
* Creation Date: 2008-04-10
* Tabsize: 4
* Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH
* License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)
* This Revision: $Id: lc_set-led.c 692 2008-11-07 15:07:40Z cs $
*/
/* /*
General Description: * CTHN.de MiniLEDCube
This is the host-side driver for the custom-class example device. It searches *
the USB for the LEDControl device and sends the requests understood by this * By Kai Lauterbach (klaute at web dot de) 11/2011
device. *
This program must be linked with libusb on Unix and libusb-win32 on Windows. * Based on http://mosfetkiller.de/?s=miniledcube
See http://libusb.sourceforge.net/ or http://libusb-win32.sourceforge.net/ *
respectively. * License: General Public License (GPL v3)
*/ *
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@ -29,6 +19,9 @@ respectively.
#include "ledcube.c" #include "ledcube.c"
/**
*
*/
void eeprom1() void eeprom1()
{ {
@ -58,6 +51,9 @@ void eeprom1()
} }
/**
*
*/
void sinus1(int max) void sinus1(int max)
{ {