Including SPI 3-wires class
Fork of X_NUCLEO_COMMON_SPI3W by
Diff: DevSPI/DevSPI.h
- Revision:
- 10:da29b5403ca1
- Parent:
- 9:1f35e8bf427b
- Child:
- 11:165bd6bc00ea
diff -r 1f35e8bf427b -r da29b5403ca1 DevSPI/DevSPI.h --- 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 {