proximity2 2.0.0.0
|
Proximity 2 Click features MAX44000, an IC that integrates an ambient light as well as a proximity sensor. The chip consists of an array of photodiodes that convert light into current, which the internal circuitry then converts into a digital value.
We provide a library for the Proximity2 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 Proximity2 Click driver.
- Initialization function.void proximity2_cfg_setup ( proximity2_cfg_t *cfg );
PROXIMITY2_RETVAL proximity2_init ( proximity2_t *ctx, proximity2_cfg_t *cfg );
void proximity2_default_cfg ( proximity2_t *ctx );
- Read ALS Data Registers function.uint8_t proximity2_read_prox ( proximity2_t *ctx );
uint16_t proximity2_read_als ( proximity2_t *ctx );
This is an example that shows the most important functions that Proximity 2 click has.
The demo application is composed of two sections :
Configuring clicks and log objects. Setting the click in the default configuration.
Shows the most important proximity and ambient value.
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.