Fork of Maxim's human body temp sensor library that works with mbed-os 5
Fork of MAX30205 by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
9:2b8357c91343 | 2017-10-18 | seppestas | 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 |
8:2aeb45dd2bb9 | 2017-07-27 | j3 | Updated lib to comply with mbed non-copyable |
7:f005887f21e7 | 2017-05-18 | j3 | updated brief |
6:b5ab5204d944 | 2017-04-11 | j3 | added suffix to enum, union, struct declaration names (_e, _u, _s) for clarity |
5:24039cc86fc1 | 2017-04-07 | j3 | fixed example block in .h |
4:68e1b36becb0 | 2017-04-07 | j3 | Removed m_os mbr, let user manage interrupt pin for now. |
3:939090042b32 | 2017-04-07 | j3 | All Read/Write fxs tested |
2:a659724f496a | 2017-04-07 | j3 | fixed temperature fxs |
1:d4271ef9f37f | 2017-04-06 | j3 | reworked a little more |
0:cdad7a9ef486 | 2017-04-03 | j3 | Init commit, stand alone lib separated from HSP. |