interface for the temperature sensor chip adt7320, with sw SPI interface

Dependents:   SPItest sscm

Revision:
2:2b886cea4fcb
Parent:
1:1b9f706b8abc
Child:
3:49638acbc5d4
--- a/adt7320.h	Sun Oct 05 17:12:21 2014 +0000
+++ b/adt7320.h	Tue Oct 14 17:10:50 2014 +0000
@@ -10,7 +10,7 @@
 #include "getVersion.h"
 #include "SWSPI.h"
 
-#define ADT7320_HDR_VER "1.13" 
+#define ADT7320_HDR_VER "1.14" 
 
 class adt7320 : public getVersion{
 
@@ -38,7 +38,7 @@
     u16 get_src_ver();// returns the src version nr 
     void init1();
     void init2();
-    
+    void serial_line_rst();
    
 };