|
Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|

Go to the source code of this file.
Macros | |
| #define | SIF_SAD_MAX30205 0x90 /* A2/A1/A0 = 0/0/0 */ |
| #define | SIF_MAX30205_MODE SIF_MAX30205_MODE_TCONV_WAIT |
| #define | SIF_MAX30205_TCONV_MAX_TEMP 60 /* temperature */ |
| #define | SIF_MAX30205_CONFIG_ONESHOT 0x80 |
| #define | SIF_MAX30205_CONFIG_SHUTDOWN 0x01 |
Enumerations | |
| enum | sif_max30205_mode { SIF_MAX30205_MODE_POLL_ONE_SHOT , SIF_MAX30205_MODE_TCONV_WAIT } |
Functions | |
| u16_t | SIF_MAX30205_ReadTemperature (void) |
| MAX30205: Read Temperature. More... | |
| u8_t | SIF_MAX30205_Initialise (void) |
| MAX30205: Initialise Sensor. More... | |