tmrmixsens 2.0.0.0
|
The TMR mix-sens Click is an add-on board equipped with the TMR digital push-pull and analog magnetic sensors, as well as intensity of magnetic field indicator.
We provide a library for the Tmrmixsens 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 Tmrmixsens Click driver.
- Initialization function.void tmrmixsens_cfg_setup ( tmrmixsens_cfg_t *cfg );
TMRMIXSENS_RETVAL tmrmixsens_init ( tmrmixsens_t *ctx, tmrmixsens_cfg_t *cfg );
- Get state of the omnipolar ( OMN ) pin function.tmrmixsens_data_t tmrmixsens_generic_read ( tmrmixsens_t *ctx );
uint8_t tmrmixsens_get_omnipolar ( tmrmixsens_t *ctx );
uint8_t tmrmixsens_get_bipolar ( tmrmixsens_t *ctx );
The TMR mix-sens Click has three types of magnetic field sensors: Two digital and one analog sensor.
The demo application is composed of two sections :
Initializes the driver and logger and makes an initial log.
Displays the ADC value of linear output and the states of bipolar and omnipolar indicators on the USB UART each 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.