Sold slow control/

Dependents:   sscm

Fork of S_SCTRL_SMlib by wimbeaumont Project

Revision:
3:39671ee1347d
Parent:
2:475caee897ec
Child:
6:24e981a63851
--- a/S_SCTRL_SM1_hwfunct.h	Sun Sep 07 15:31:42 2014 +0000
+++ b/S_SCTRL_SM1_hwfunct.h	Mon Sep 15 14:55:03 2014 +0000
@@ -1,6 +1,8 @@
 #ifndef S_SCTRL_SM1_hwfunct_H
 #define S_SCTRL_SM1_hwfunct_H
 
+#define HW_LIB_HDR_VERSION "1.00"
+
 typedef unsigned int  u32;
 typedef unsigned short int  u16;
 typedef unsigned char u8;
@@ -51,6 +53,6 @@
 void assignports(HWlines  *hwlines );    
 void setcalsource( int extcal, HWlines hwl);    
 void setdefault(HWlines hwl ) ;
-    
+char*   hwfunct_lib_version(); // returns this lib version info     
     
 #endif    
\ No newline at end of file