From 9ad896685124fb84348254f9bafe4fa5f50d9f7b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 20 Oct 2009 14:05:56 +0000 Subject: Extend SPI interface to better handle multiple devices on same SPI bus git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2162 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/Documentation/NuttxPortingGuide.html') diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index a9bf7df8d..dec31beea 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -1805,6 +1805,7 @@ extern void up_ledoff(int led); Each SPI device driver must implement an instance of struct spi_ops_s. That structure defines a call table with the following methods: