a library that provides a connection to a SHT21 temperature and humidity sensor Author: Graeme Coapes - Newcastle University, graeme.coapes@ncl.ac.uk Date: 29/11/12

Dependents:   test_ncleee WeatherStation Temp_hum PROJ ... more

Revision:
2:1411bb5e8c0a
Parent:
1:73fc5aef174e
Child:
3:03bbabb7b0b0
--- a/SHT21_ncleee.cpp	Thu Nov 29 10:48:06 2012 +0000
+++ b/SHT21_ncleee.cpp	Thu Nov 29 10:51:56 2012 +0000
@@ -1,4 +1,4 @@
-/* Copyright (c) Graeme Coapes, Newcastle University, MIT License
+/* Copyright (c) 2012 Graeme Coapes, Newcastle University, MIT License
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of this software 
  * and associated documentation files (the "Software"), to deal in the Software without restriction, 
@@ -16,17 +16,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-/**
- * SHT21 - Temperature and Humidity Sensor by Sensiron
- *
- *  This is a driver to connect to the sensor using an mbed device through an I2C interface
- *
- * Author: Graeme Coapes - Newcastle University
- * Email: graeme.coapes@ncl.ac.uk
- *
- * Date:   28/11/2012
- * 
- */
+
  #include "mbed.h"
  #include "SHT21_ncleee.h"