MAX30205 Human Body Temperature Sensor

Dependents:   test_MAX30205

Revision:
1:eed7f4c33402
Parent:
0:6cf99fa71e1b
--- a/MAX30205.h	Tue Apr 25 05:04:06 2017 +0000
+++ b/MAX30205.h	Tue Apr 25 05:12:24 2017 +0000
@@ -42,6 +42,7 @@
  * @note bit[ 2]  0.015625 C
  * @note bit[ 1]  0.0078125 C
  * @note bit[ 0]  0.00390625 C
+ * @note in normal format Temp_float = (float)Temp_u16 / 256.0 ; 
  */
 uint16_t getTemp(void) ;