borg_hw_lolshield.c: give credit where credit's due

This commit is contained in:
Christian Kroll 2014-05-28 00:12:45 +02:00
parent 2db82a405a
commit cf09197d07
1 changed files with 10 additions and 5 deletions

View File

@ -1,15 +1,20 @@
/** /**
* @file borg_hw_lolshield.c * @file borg_hw_lolshield.c
* @brief Driver for Jimmie Rodgers' LoL Shield * @brief Driver for Jimmie Rodgers' LoL Shield
* @author Christian Kroll * @author Christian Kroll <chris@das-labor.org>
* @author Jimmie Rodgers
* @date 2014 * @date 2014
* @copyright GNU Public License 2 or later * @copyright GNU Public License 2 or later
* @see http://jimmieprodgers.com/kits/lolshield/ * @see http://jimmieprodgers.com/kits/lolshield/
* *
* This driver is partly based on Jimmie Rodger's LoL Shield Library which * This driver is partly based on the LoL Shield Library which is available at
* is available at https://code.google.com/p/lolshield/ (parts of the file * https://code.google.com/p/lolshield/ (parts of the file "Charliplexing.cpp"
* "Charliplexing.cpp" have been incorporated into this file). * have been incorporated into this file).
*
* With contributions from (via "Charliplexing.cpp"):
* Alex Wenger <a.wenger@gmx.de> http://arduinobuch.wordpress.com/
* Matt Mets <mahto@cibomahto.com> http://cibomahto.com/
* Timer init code from MsTimer2 - Javier Valencia <javiervalencia80@gmail.com>
* Misc functions from Benjamin Sonntag <benjamin@sonntag.fr>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by