version one

Fork of SHTx by Roy van Dam

Revision:
2:cd8e210049b9
Parent:
1:8465801be23f
--- a/sht15.hpp	Fri Nov 19 16:24:46 2010 +0000
+++ b/sht15.hpp	Mon Mar 04 19:11:37 2013 +0000
@@ -149,17 +149,17 @@
          */
         bool setResolution(bool value);
 
-		/**
+        /**
          * Function: setOTPReload
          *  With this operation the calibration data is 
-		 *  uploaded to the register before each measurement. This 
+         *  uploaded to the register before each measurement. This 
          *  may be deactivated for reducing measurement time by 
          *  about 10ms
          *
          * Values:
          *  value - true->enabled, false->disabled
          */
-		bool setOTPReload(bool value);
+        bool setOTPReload(bool value);
 
         /**
          * Function: setScale
@@ -183,20 +183,20 @@
         /**
          * Function: reset
          *  Resets the interface, clears the 
-		 *  status register to default values.
-		 *  And waits for a minimum of 11ms.
+         *  status register to default values.
+         *  And waits for a minimum of 11ms.
          *
          * Values:
          *  return - operation result
          */
         bool reset(void);
 
-		/**
+        /**
          * Function: connectionReset
          *  If communication with the device is lost
-		 *  the command will reset the serial interface
+         *  the command will reset the serial interface
          */
-		void connectionReset(void);
+        void connectionReset(void);
     
     private: