Fork of Maxim's human body temp sensor library that works with mbed-os 5
Fork of MAX30205 by
History
Use single, 8-bit address to work with mbed I2C; ; Mbed uses 8-bit addresses, see https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/APIs/interfaces/digital/I2C/#api
2017-10-18, by seppestas [Wed, 18 Oct 2017 15:51:47 +0000] rev 9
Use single, 8-bit address to work with mbed I2C; ; Mbed uses 8-bit addresses, see https://docs.mbed.com/docs/mbed-os-api-reference/en/latest/APIs/interfaces/digital/I2C/#api
Updated lib to comply with mbed non-copyable
2017-07-27, by j3 [Thu, 27 Jul 2017 22:49:16 +0000] rev 8
Updated lib to comply with mbed non-copyable
updated brief
2017-05-18, by j3 [Thu, 18 May 2017 20:50:39 +0000] rev 7
updated brief
added suffix to enum, union, struct declaration names (_e, _u, _s) for clarity
2017-04-11, by j3 [Tue, 11 Apr 2017 22:07:28 +0000] rev 6
added suffix to enum, union, struct declaration names (_e, _u, _s) for clarity
fixed example block in .h
2017-04-07, by j3 [Fri, 07 Apr 2017 21:48:48 +0000] rev 5
fixed example block in .h
Removed m_os mbr, let user manage interrupt pin for now.
2017-04-07, by j3 [Fri, 07 Apr 2017 21:41:27 +0000] rev 4
Removed m_os mbr, let user manage interrupt pin for now.
All Read/Write fxs tested
2017-04-07, by j3 [Fri, 07 Apr 2017 21:14:44 +0000] rev 3
All Read/Write fxs tested
fixed temperature fxs
2017-04-07, by j3 [Fri, 07 Apr 2017 15:42:49 +0000] rev 2
fixed temperature fxs
reworked a little more
2017-04-06, by j3 [Thu, 06 Apr 2017 00:05:03 +0000] rev 1
reworked a little more
Init commit, stand alone lib separated from HSP.
2017-04-03, by j3 [Mon, 03 Apr 2017 23:11:58 +0000] rev 0
Init commit, stand alone lib separated from HSP.