analogmux 2.0.0.0
|
Analog MUX Click is a Click boardâ„¢ that switches one of the sixteen inputs to one output. It employs the CD74HC4067, a High-Speed CMOS Logic 16-Channel Analog Multiplexer/Demultiplexer, produced by Texas Instruments.
We provide a library for the AnalogMUX 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 AnalogMUX Click driver.
- Initialization function.void analogmux_cfg_setup ( analogmux_cfg_t *cfg );
ANALOGMUX_RETVAL analogmux_init ( analogmux_t *ctx, analogmux_cfg_t *cfg );
- This function sets the active channel on the MUX.float analogmux_get_voltage ( float adc_val, uint16_t vref, uint16_t rez );
void analogmux_set_channel ( analogmux_t *ctx, uint8_t cfg );
This example showcases how to initialize, configure and use the Analog MUX click module. The click switches one of the 16 inputs to output so the adc value of that input can be read on the COM (AN) pin. The RST, PWM, CS and INT are used as control output pins.
The demo application is composed of two sections :
This function initializes and configures the logger and click modules.
This function reads ADC value and voltage from channel 0 (AN0) and shows the results on the USB UART every 2 seconds.
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.