36 #ifndef THERMO_CLICK_H
37 #define THERMO_CLICK_H
49 #define THERMO_T_POWERUP 200
uint8_t MIKROSDK_THERMO_Initialise(void)
Definition: thermo.c:187
uint8_t MIKROSDK_THERMO_get_junction_temperature(uint16_t *temperature)
Definition: thermo.c:140
thermo_status
Definition: thermo_click.h:43
@ THERMO_ST_OK
Definition: thermo_click.h:44
@ THERMO_ST_FAIL
Definition: thermo_click.h:45
uint8_t MIKROSDK_THERMO_get_thermo_temperature(uint16_t *temperature)
Definition: thermo.c:120
uint8_t MIKROSDK_THERMO_Reinitialise(void)
Definition: thermo.c:205
uint8_t MIKROSDK_THERMO_get_all_temperatures(uint16_t *thermo_temperature, uint16_t *junction_temperature)
Definition: thermo.c:161
uint8_t MIKROSDK_THERMO_Acquire(uint16_t *thermo_temperature, uint16_t *junction_temperature)
Definition: thermo.c:222