mikrosdk interface
More...
◆ MIKROSDK_THERMO3_Acquire()
uint8_t MIKROSDK_THERMO3_Acquire |
( |
uint16_t * |
temperature | ) |
|
◆ MIKROSDK_THERMO3_alarm_triggered()
uint8_t MIKROSDK_THERMO3_alarm_triggered |
( |
void |
| ) |
|
◆ MIKROSDK_THERMO3_get_alarm()
uint8_t MIKROSDK_THERMO3_get_alarm |
( |
void |
| ) |
|
◆ MIKROSDK_THERMO3_get_config()
uint8_t MIKROSDK_THERMO3_get_config |
( |
uint16_t * |
configuration | ) |
|
◆ MIKROSDK_THERMO3_get_temperature()
uint8_t MIKROSDK_THERMO3_get_temperature |
( |
uint16_t * |
temperature | ) |
|
◆ MIKROSDK_THERMO3_get_temperature_limits()
uint8_t MIKROSDK_THERMO3_get_temperature_limits |
( |
uint16_t * |
temp_limit_low, |
|
|
uint16_t * |
temp_limit_high |
|
) |
| |
◆ MIKROSDK_THERMO3_Initialise()
uint8_t MIKROSDK_THERMO3_Initialise |
( |
void |
| ) |
|
◆ MIKROSDK_THERMO3_pin_mapping()
void MIKROSDK_THERMO3_pin_mapping |
( |
uint8_t |
alarm | ) |
|
◆ MIKROSDK_THERMO3_Reinitialise()
uint8_t MIKROSDK_THERMO3_Reinitialise |
( |
void |
| ) |
|
◆ MIKROSDK_THERMO3_set_config()
uint8_t MIKROSDK_THERMO3_set_config |
( |
uint16_t |
config | ) |
|
◆ MIKROSDK_THERMO3_set_temperature_limits()
uint8_t MIKROSDK_THERMO3_set_temperature_limits |
( |
uint16_t |
temp_limit_low, |
|
|
uint16_t |
temp_limit_high |
|
) |
| |