From 6ad940090c4cbb68685fd1d75723aebdb20f23b7 Mon Sep 17 00:00:00 2001 From: kunalpowar Date: Thu, 22 May 2014 14:41:07 +0530 Subject: [PATCH] fixing link errors --- spi.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spi.go b/spi.go index 1cc50e0..e6aecb0 100644 --- a/spi.go +++ b/spi.go @@ -19,7 +19,7 @@ const ( SPIMode3 = (spiCpol | spiCpha) ) -// SPI interface allows interaction with the SPI bus. +// SPIBus interface allows interaction with the SPI bus. type SPIBus interface { // TransferAndRecieveData transmits data in a buffer(slice) and receives into it. TransferAndRecieveData(dataBuffer []uint8) error