hw functions for the SOLID slow control

Dependents:   S_SCTRL_e_test SPItest sscm

Files at this revision

API Documentation at this revision

Comitter:
wbeaumont
Date:
Fri Oct 23 11:22:52 2015 +0000
Parent:
15:2cf8211a3870
Commit message:
production version archiving

Changed in this revision

DEIMOS32.h Show annotated file Show diff for this revision Revisions of this file
S_SCTRL_SM1_PinDef.h Show annotated file Show diff for this revision Revisions of this file
S_SCTRL_SM1_hwfunct.cpp Show annotated file Show diff for this revision Revisions of this file
S_SCTRL_SM1_hwfunct.h Show annotated file Show diff for this revision Revisions of this file
solid_sctrl_def.h Show annotated file Show diff for this revision Revisions of this file
--- a/DEIMOS32.h	Thu Jan 29 11:02:08 2015 +0000
+++ b/DEIMOS32.h	Fri Oct 23 11:22:52 2015 +0000
@@ -7,7 +7,8 @@
  * v0.10  initial development 
  * v1.00  added  class, only setHV 
  * v1.04  forget to assign DAC channel corrected. 
- 
+  *
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
 */ 
 
 
--- a/S_SCTRL_SM1_PinDef.h	Thu Jan 29 11:02:08 2015 +0000
+++ b/S_SCTRL_SM1_PinDef.h	Fri Oct 23 11:22:52 2015 +0000
@@ -7,6 +7,7 @@
  * v 1.13  corrected for RDIR values 
  * v 1.15  added call active levels 
 
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
 
  */ 
 
--- a/S_SCTRL_SM1_hwfunct.cpp	Thu Jan 29 11:02:08 2015 +0000
+++ b/S_SCTRL_SM1_hwfunct.cpp	Fri Oct 23 11:22:52 2015 +0000
@@ -7,6 +7,8 @@
  * ver 1.31   added CAL line lvl  function 
  * ver 1.32  added bias2dac voltage  and dac2bias  
  * ver 1.33  removed bias2dac voltage  and dac2bias
+ *
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
  */
 
 #include "mbed.h"
--- a/S_SCTRL_SM1_hwfunct.h	Thu Jan 29 11:02:08 2015 +0000
+++ b/S_SCTRL_SM1_hwfunct.h	Fri Oct 23 11:22:52 2015 +0000
@@ -11,6 +11,8 @@
  * ver 1.31   added CAL line lvl  function   
  * ver 1.32  added bias2dac voltage  and dac2bias
  * ver 1.33  removed bias2dac voltage  and dac2bias
+ *
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
  */
 typedef struct  {
 // BI-SPI 
--- a/solid_sctrl_def.h	Thu Jan 29 11:02:08 2015 +0000
+++ b/solid_sctrl_def.h	Fri Oct 23 11:22:52 2015 +0000
@@ -1,6 +1,8 @@
 #ifndef solid_sctrl_def_H
 #define solid_sctrl_def_H
-
+/*
+ * (C) Wim Beaumont Univeristeit Antwerpen  2014 , 2015
+*/
 
 typedef unsigned int  u32;
 typedef unsigned short int  u16;