sw SPI interface specific for the SOLID Slow control beta!!

Dependents:   sscm SPItest sscm

Fork of SWSPI by Dave Van Wagner

Revision:
4:2a23c789bd1c
Parent:
3:9c5ae1507a81
Child:
5:75730aba1ce7
--- a/SWSPI.h	Sun Oct 05 17:12:11 2014 +0000
+++ b/SWSPI.h	Tue Oct 14 17:08:14 2014 +0000
@@ -49,10 +49,12 @@
  * @endcode
  */
  #include "mbed.h"
+ #include "getVersion.h" 
  
- #define SWSPI_HDR_VER  "1.21" 
+ #define SWSPI_HDR_VER  "1.22" 
+  
  
-class SWSPI
+class SWSPI : public getVersion 
 {
 private:
     DigitalOut* mosi;