From cf09197d0748f5ce0bb91d0b76bb292200a022ae Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Wed, 28 May 2014 00:12:45 +0200 Subject: [PATCH] borg_hw_lolshield.c: give credit where credit's due --- src/borg_hw/borg_hw_lolshield.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/borg_hw/borg_hw_lolshield.c b/src/borg_hw/borg_hw_lolshield.c index 27fe2eb..e7356ac 100644 --- a/src/borg_hw/borg_hw_lolshield.c +++ b/src/borg_hw/borg_hw_lolshield.c @@ -1,15 +1,20 @@ /** * @file borg_hw_lolshield.c * @brief Driver for Jimmie Rodgers' LoL Shield - * @author Christian Kroll - * @author Jimmie Rodgers + * @author Christian Kroll * @date 2014 * @copyright GNU Public License 2 or later * @see http://jimmieprodgers.com/kits/lolshield/ * - * This driver is partly based on Jimmie Rodger's LoL Shield Library which - * is available at https://code.google.com/p/lolshield/ (parts of the file - * "Charliplexing.cpp" have been incorporated into this file). + * This driver is partly based on the LoL Shield Library which is available at + * https://code.google.com/p/lolshield/ (parts of the file "Charliplexing.cpp" + * have been incorporated into this file). + * + * With contributions from (via "Charliplexing.cpp"): + * Alex Wenger http://arduinobuch.wordpress.com/ + * Matt Mets http://cibomahto.com/ + * Timer init code from MsTimer2 - Javier Valencia + * Misc functions from Benjamin Sonntag * * 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