MAX30205 Human Body Temperature Sensor

Dependents:   test_MAX30205

Files at this revision

API Documentation at this revision

Comitter:
Rhyme
Date:
Tue Apr 25 05:12:24 2017 +0000
Parent:
0:6cf99fa71e1b
Commit message:
format comment added

Changed in this revision

MAX30205.h Show annotated file Show diff for this revision Revisions of this file
diff -r 6cf99fa71e1b -r eed7f4c33402 MAX30205.h
--- 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) ;