templog4 2.0.0.0
|
Temp-Log 4 Click is a temperature measuring Click boardâ„¢ featuring the SE97B IC, an accurate temperature sensor IC with integrated EEPROM.
We provide a library for the TempLog4 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for TempLog4 Click driver.
- Initialization function.void templog4_cfg_setup ( templog4_cfg_t *cfg );
TEMPLOG4_RETVAL templog4_init ( templog4_t *ctx, templog4_cfg_t *cfg );
void templog4_default_cfg ( templog4_t *ctx );
- Generic Read function.uint8_t templog4_write_reg ( templog4_t *ctx, uint8_t reg, uint16_t input_data );
uint8_t templog4_read_reg ( templog4_t *ctx, uint8_t reg, uint16_t *out_var );
void templog4_set_addr_ptr ( templog4_t *ctx, uint8_t addr );
This application measures the temperature.
The demo application is composed of two sections :
Initializes I2C interface and performs a device configuration for properly working.
First ensures that the minimum conversion time is met, and then reads the ambient temperature calculated to the Celsius degrees.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
Other mikroE Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.