Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 1:eed7f4c33402, committed 2017-04-25
- 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 |
--- 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) ;