templog6 2.0.0.0
|
Temp-Log 6 click is a temperature sensing Click boardâ„¢, which features the MAX6642, a specifically designed IC, capable of measuring its own die temperature, as well as a temperature at a remote PN junction. This option makes Temp-Log 6 click well-suited for monitoring the temperature of a CPU, GPU or FPGA, where the PN junction is typically a substrate PNP transistor on the die of the measured IC.
We provide a library for the TempLog6 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 TempLog6 Click driver.
- Initialization function.void templog6_cfg_setup ( templog6_cfg_t *cfg );
TEMPLOG6_RETVAL templog6_init ( templog6_t *ctx, templog6_cfg_t *cfg );
void templog6_default_cfg ( templog6_t *ctx );
- Reads one byte of data.void templog6_write_byte ( templog6_t *ctx, uint8_t reg, uint8_t data_buf );
uint8_t templog6_read_byte ( templog6_t *ctx, uint8_t reg );
uint8_t templog6_get_interrupt ( templog6_t *ctx );
The example starts off with the initialization and configuration of the click and logger modules, tests the communication channel and reads and displays local and remote temperature values every second.
The demo application is composed of two sections :
Initializes and configures the click and logger modules and tests the communication for errors.
Reads and displays local and remote temperature values every second.
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.