Human body temp sensor library

Dependents:   MAX30205_Human_Body_Temperature_Example_Program_Hello_World MAX32630HSP3_IMU_Hello_World MAX30205_Human_Body_Temperature_Sensor MAX30205_Human_Body_Temperature_IoT ... more

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

When using the mbed I2C object read and write functions using the calculated read and write addresses it results in a failure since mbed repeats the calculation, resulting in an incorrect address.

PS. The weird commit message is caused by the mbed online compiler.

Fork of Maxim's human body temp sensor library that works with mbed-os 5