Library to interface the SCP1000 temperature and pressure sensor.

Dependents:   SCP1000_Example ku-make_sensor ku-make_sensor201302 SCP1000_Example ... more

Revision:
8:1049590388b6
Parent:
7:61d2e698d988
Child:
9:47d6f205890b
--- a/SCP1000.h	Fri Oct 08 17:39:06 2010 +0000
+++ b/SCP1000.h	Fri Oct 08 17:41:11 2010 +0000
@@ -1,12 +1,15 @@
-/** \file
- SCP1000 header file
-*/
+/**
+ * SCP1000 header file
+ */
 
 #ifndef _SCP1000_H
 #define _SCP1000_H
 
 #include "mbed.h"
 
+/**
+ * Class to interface with the SCP1000 pressure and temperature sensor.
+ */
 class SCP1000 {
     public:
         /**