Software SPI allows non-standard SPI pins to be used for interfacing with SPI devices

Fork of SWSPI by Dave Van Wagner

Revision:
3:8c19911bdb58
Parent:
2:eafe3ec5fbf8
--- a/SWSPI.h	Fri May 08 08:23:58 2015 +0000
+++ b/SWSPI.h	Fri May 08 08:29:50 2015 +0000
@@ -55,7 +55,7 @@
     int8_t bits;
     int8_t polarity; // idle clock value
     int8_t phase; // 0=sample on leading (first) clock edge, 1=trailing (second)
-    float delay_s;
+    unsigned delay_us;
     
 public:
     /** Create SWSPI object