From 0a4a14aacb4a538b36693a3f487dd026a2112a78 Mon Sep 17 00:00:00 2001 From: Jelmer Tiete Date: Fri, 24 May 2013 00:07:57 +0200 Subject: [PATCH] added tlc59116 datasheet url --- platform/z1/dev/tlc59116.c | 1 + platform/z1/dev/tlc59116.h | 1 + 2 files changed, 2 insertions(+) diff --git a/platform/z1/dev/tlc59116.c b/platform/z1/dev/tlc59116.c index 2dd2e20e1..df4c83ca3 100644 --- a/platform/z1/dev/tlc59116.c +++ b/platform/z1/dev/tlc59116.c @@ -33,6 +33,7 @@ /** * \file * Device drivers for tlc5916 i2c led driver on Zolertia Z1. + * See http://www.ti.com/product/tlc59116 for datasheet. * \author * Jelmer Tiete, VUB */ diff --git a/platform/z1/dev/tlc59116.h b/platform/z1/dev/tlc59116.h index b481efb60..4845967fd 100644 --- a/platform/z1/dev/tlc59116.h +++ b/platform/z1/dev/tlc59116.h @@ -33,6 +33,7 @@ /** * \file * Device drivers header file for TLC59116 i2c led driver on Zolertia Z1. + * See http://www.ti.com/product/tlc59116 for datasheet. * \author * Jelmer Tiete, VUB */