SCP1000 Library

Dependents:   SCP1000Example 0sample_SCP1000_USB SCP1000_Fastsensing

Revision:
6:d9489d50669d
Parent:
5:62872ee396a8
Child:
7:41606315d260
--- a/SCP1000.h	Tue Feb 08 07:31:09 2011 +0000
+++ b/SCP1000.h	Tue Feb 08 07:34:18 2011 +0000
@@ -32,7 +32,7 @@
     ~SCP1000() {};
 
     /**
-     * reads revision number
+     * reads the revision number
      *
      * @returns revision number
      */
@@ -65,7 +65,7 @@
     /**
      * reads the current pressure
      *
-     * @param waitForDataReady if true, it will wait until data becomes ready to read
+     * @param waitForDataReady if true, it will wait until data becomes ready
      *
      * @returns pressure in hectopascal (hPa)
      */
@@ -74,7 +74,7 @@
     /**
      * reads the current temperature
      *
-     * @param waitForDataReady if true, it will wait until data becomes ready to read
+     * @param waitForDataReady if true, it will wait until data becomes ready
      *
      * @returns temperature in Celsius
      */