Library to interface the SCP1000 temperature and pressure sensor.

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

Files at this revision

API Documentation at this revision

Comitter:
kadams6
Date:
Fri Oct 08 17:41:11 2010 +0000
Parent:
7:61d2e698d988
Child:
9:47d6f205890b
Commit message:

Changed in this revision

SCP1000.cpp Show annotated file Show diff for this revision Revisions of this file
SCP1000.h Show annotated file Show diff for this revision Revisions of this file
--- a/SCP1000.cpp	Fri Oct 08 17:39:06 2010 +0000
+++ b/SCP1000.cpp	Fri Oct 08 17:41:11 2010 +0000
@@ -1,6 +1,6 @@
-/** \file
- SCP1000 source file
-*/
+/**
+ * SCP1000 source file
+ */
 
 #include "SCP1000.h"
 
--- 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:
         /**