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

Dependents:   SPItest sscm

Files at this revision

API Documentation at this revision

Comitter:
wbeaumont
Date:
Fri Oct 23 11:22:44 2015 +0000
Parent:
1:01459a6ab296
Commit message:
production version archiving

Changed in this revision

AD9249.cpp Show annotated file Show diff for this revision Revisions of this file
AD9249.h Show annotated file Show diff for this revision Revisions of this file
SWSPI_BI.cpp Show annotated file Show diff for this revision Revisions of this file
SWSPI_BI.h Show annotated file Show diff for this revision Revisions of this file
--- a/AD9249.cpp	Sun Oct 05 17:10:44 2014 +0000
+++ b/AD9249.cpp	Fri Oct 23 11:22:44 2015 +0000
@@ -1,4 +1,7 @@
 #include <mbed.h>
+/*
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
+*/ 
 
 #include "AD9249.h"
 #include "SWSPI_BI.h"
--- a/AD9249.h	Sun Oct 05 17:10:44 2014 +0000
+++ b/AD9249.h	Fri Oct 23 11:22:44 2015 +0000
@@ -5,9 +5,8 @@
 -only one CSB line , so assumes the pins CSB1 and CSB2 are connected together . 
 -only MSB mode is supported,  so configuration register MSB is set at the start. 
 
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
 
-W. Beaumont 
-(C) Universiteit Antwerpen  27 August 2014 
 
 */ 
 
--- a/SWSPI_BI.cpp	Sun Oct 05 17:10:44 2014 +0000
+++ b/SWSPI_BI.cpp	Fri Oct 23 11:22:44 2015 +0000
@@ -18,10 +18,11 @@
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
- */
- /* 
+ 
+ 
   * modified the software for adapt to the AD9249 ADC  ( bi directional ) with LVDS interface 
-    
+  * Software adapted for the SM1 project of the SOLID colaboration 
+  * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015  
     
  */ 
 
--- a/SWSPI_BI.h	Sun Oct 05 17:10:44 2014 +0000
+++ b/SWSPI_BI.h	Fri Oct 23 11:22:44 2015 +0000
@@ -18,6 +18,10 @@
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
+ *
+ * Software adapted for the SM1 project of the SOLID colaboration 
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
+ 
  */
 
 #ifndef SWSPI_BI_H