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

Dependents:   sscm SPItest sscm

Fork of SWSPI by Dave Van Wagner

Revision:
2:598d0028d5d2
Parent:
1:02327a96a5e2
Child:
3:9c5ae1507a81
--- a/SWSPI.h	Tue Sep 23 08:25:01 2014 +0000
+++ b/SWSPI.h	Thu Oct 02 06:21:10 2014 +0000
@@ -94,7 +94,7 @@
      *  @param value  data to write (see format for bit size)
      *  returns value read from device
      */
-    int write(int value);
+    unsigned int  write(unsigned int value);
 };
 
 #endif // SWSPI_H