Finished project.

Dependencies:   X_NUCLEO_COMMON

Fork of ReferredCoursework2016 by Stage-1 Students SoCEM

Revision:
57:04563dd74269
Parent:
38:e06de1c26727
Child:
61:8eb4c09ae4cb
--- a/Components/hts221/hts221_class.cpp	Wed Jun 10 18:03:42 2015 +0200
+++ b/Components/hts221/hts221_class.cpp	Mon Jun 15 10:28:49 2015 +0200
@@ -35,18 +35,16 @@
  ******************************************************************************
 */
 
+/* Includes ------------------------------------------------------------------*/
+#include "hts221_class.h"
+#include "hts221.h"
+
+/* Methods -------------------------------------------------------------------*/
 /* betzw - based on:
-           X-CUBE-MEMS1/trunk/Drivers/BSP/Components/hts221/hts221.c: revision #395,
-           X-CUBE-MEMS1/trunk: revision #402
+           X-CUBE-MEMS1/trunk/Drivers/BSP/Components/hts221/hts221.c: revision #410,
+           X-CUBE-MEMS1/trunk: revision #416
 */
 
-/* Includes ------------------------------------------------------------------*/
-#include "mbed.h"
-#include "hts221_class.h"
-#include "hts221.h"
-#include "../../x_nucleo_iks01a1_targets.h"
-
-/* Methods -------------------------------------------------------------------*/
 /**
  * @brief  HTS221 Calibration procedure
  * @retval HUM_TEMP_OK in case of success, an error code otherwise