mbed library

Dependents:   Printf

Fork of mbed by mbed official

Revision:
101:7cff1c4259d7
Parent:
65:5798e58a58b1
--- a/SPISlave.h	Wed May 27 08:07:35 2015 +0100
+++ b/SPISlave.h	Tue Jun 09 14:29:26 2015 +0100
@@ -54,16 +54,12 @@
 
     /** Create a SPI slave connected to the specified pins
      *
-     * Pin Options:
-     *  (5, 6, 7i, 8) or (11, 12, 13, 14)
-     *
      *  mosi or miso can be specfied as NC if not used
      *
      *  @param mosi SPI Master Out, Slave In pin
      *  @param miso SPI Master In, Slave Out pin
      *  @param sclk SPI Clock pin
      *  @param ssel SPI chip select pin
-     *  @param name (optional) A string to identify the object
      */
     SPISlave(PinName mosi, PinName miso, PinName sclk, PinName ssel);