From 1780e59020dfa38a8153a1bf44c21027bb057ddf Mon Sep 17 00:00:00 2001 From: Kai Lauterbach Date: Fri, 23 Dec 2011 20:52:01 +0100 Subject: [PATCH] Header updated. --- client/demo.c | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/client/demo.c b/client/demo.c index 878dc6c..8433835 100644 --- a/client/demo.c +++ b/client/demo.c @@ -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: -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 -device. -This program must be linked with libusb on Unix and libusb-win32 on Windows. -See http://libusb.sourceforge.net/ or http://libusb-win32.sourceforge.net/ -respectively. -*/ - + * CTHN.de MiniLEDCube + * + * By Kai Lauterbach (klaute at web dot de) 11/2011 + * + * Based on http://mosfetkiller.de/?s=miniledcube + * + * License: General Public License (GPL v3) + * + */ #include #include @@ -29,6 +19,9 @@ respectively. #include "ledcube.c" +/** + * + */ void eeprom1() { @@ -58,6 +51,9 @@ void eeprom1() } +/** + * + */ void sinus1(int max) {