From 9b0425480db97e7e5bb72d69aaf93c87b1158e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Agsj=C3=B6?= Date: Mon, 20 Feb 2017 23:51:13 +0100 Subject: [PATCH] Minor doc readability change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erik Agsjö --- drivers/i2c/drv2605l_driver.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/i2c/drv2605l_driver.go b/drivers/i2c/drv2605l_driver.go index 02c4d276..5c099bbb 100644 --- a/drivers/i2c/drv2605l_driver.go +++ b/drivers/i2c/drv2605l_driver.go @@ -62,7 +62,9 @@ const ( ) // DRV2605LDriver is the gobot driver for the TI/Adafruit DRV2605L Haptic Controller +// // Device datasheet: http://www.ti.com/lit/ds/symlink/drv2605l.pdf +// // Inspired by the Adafruit Python driver by Sean Mealin. // // Basic use: