TLC59108 8-bit LED Sink Driver module (C) 2013 Christopher Smith <chrylis@gmail.com> GNU Lesser General Public License v3.0
Revision 2:38e938dbb50a, committed 2017-08-24
- Comitter:
- eisd
- Date:
- Thu Aug 24 15:13:52 2017 +0000
- Parent:
- 1:b204db0e7687
- Commit message:
- Attribution
Changed in this revision
tlc59108.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/tlc59108.h Wed Jan 04 06:17:28 2017 +0000 +++ b/tlc59108.h Thu Aug 24 15:13:52 2017 +0000 @@ -1,3 +1,22 @@ +/* + * TLC59108: Arduino library to control TI TLC59108/TLC59108F/TLC59208 LED drivers + * + * (C) 2013 Christopher Smith <chrylis@gmail.com> + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef __TLC59108_H__ #define __TLC59108_H__