Fork of X_NUCLEO_COMMON lib adding 16-bit SPI support

Fork of X_NUCLEO_COMMON by ST

Files at this revision

API Documentation at this revision

Comitter:
davide.aliprandi@st.com
Date:
Fri Oct 16 14:13:27 2015 +0200
Parent:
9:1f35e8bf427b
Child:
11:5d30d6eefa49
Child:
12:165bd6bc00ea
Commit message:
Description of "DevSPI" class updated.

Changed in this revision

DevSPI/DevSPI.h Show annotated file Show diff for this revision Revisions of this file
--- a/DevSPI/DevSPI.h	Wed Oct 14 16:50:22 2015 +0200
+++ b/DevSPI/DevSPI.h	Fri Oct 16 14:13:27 2015 +0200
@@ -44,8 +44,8 @@
 #include "mbed.h"
 
 /* Classes -------------------------------------------------------------------*/
-/** Helper class DevSPI providing functions for multi-register SPI communication
- *  common for a series of SPI devices.
+/** Helper class DevSPI providing functions for SPI communication common for a
+ *  series of SPI devices.
  */
 class DevSPI : public SPI
 {