AD9249 ADC

Fork of adc_ad9249 by wimbeaumont Project

Revision:
1:01459a6ab296
Parent:
0:9efb460e962b
--- a/SWSPI_BI.h	Tue Sep 23 08:25:23 2014 +0000
+++ b/SWSPI_BI.h	Sun Oct 05 17:10:44 2014 +0000
@@ -23,6 +23,7 @@
 #ifndef SWSPI_BI_H
 #define SWSPI_BI_H
 
+#include "getVersion.h"
 /** A software implemented SPI that can use any digital pins
  *
  * Useful when don't want to share a single SPI hardware among attached devices
@@ -47,8 +48,10 @@
  * @endcode
  */
 
+#define SWSPI_BI_HDR_VER  "1.50"
+
  
-class SWSPI_BI
+class SWSPI_BI: public getVersion
 {
 private:
     DigitalInOut* msio;