mpl115A2 i2c pressure and temperature sensor

Dependents:   HTTPClient_SuperTweet_MPL115A2 mpl115a2_display_local

Files at this revision

API Documentation at this revision

Comitter:
joeh
Date:
Mon May 07 14:04:39 2012 +0000
Parent:
0:5a72175e5cb2
Commit message:
edited comments

Changed in this revision

MPL115A2.h Show annotated file Show diff for this revision Revisions of this file
diff -r 5a72175e5cb2 -r 6dbe3322f203 MPL115A2.h
--- a/MPL115A2.h	Mon May 07 13:24:00 2012 +0000
+++ b/MPL115A2.h	Mon May 07 14:04:39 2012 +0000
@@ -1,9 +1,26 @@
-/*
- MPL115A2 Sensor Library for mbed   
-   ported to mbed by joe holdsworth <joeholdsworth@gmail.com>
-   created for arduino by R.N <zan73722@gmail.com>
-
-   2012-05-07 Ported mbed beta version - tested on LPC1768
+/* 
+  *@section LICENSE
+  * This program is free software; you can redistribute it and/or modify 
+  * it under the terms of the GNU General Public License as published by 
+  * the Free Software Foundation; either version 2 of the License, or 
+  * (at your option) any later version.
+  * 
+  * This program is distributed in the hope that it will be useful, but 
+  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
+  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 
+  * for more details.
+  * 
+  * You should have received a copy of the GNU General Public License along 
+  * with this program; if not, write to the Free Software Foundation, Inc., 
+  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+  * 
+  *@section NOTES 
+  *MPL115A2 Sensor Library for mbed 
+  *
+  *created for arduino by R.N <zan73722@gmail.com>
+  *ported to mbed by joe holdsworth <joeholdsworth@gmail.com>
+  *
+  *2012-05-07 Ported mbed beta version - tested on LPC1768
 */
 
 #ifndef MPL115A2_H