MikroElektronika ADC Click¶
Overview¶
The MikroElektronika ADC Click carries the MCP3204 12-bit Analog-to-Digital converter in a mikroBUS™ form factor.

MikroElektronika ADC Click (Credit: MikroElektronika)¶
Requirements¶
This shield can only be used with a development board that provides a configuration for Arduino connectors and defines a node alias for the SPI interface (see Shields for more details).
The mikroBUS connector pins on the ADC Click can either be connected to the Arduino headers of the development board using jumper wires or by using an Arduino UNO Click Shield.
For more information about interfacing the MCP3204 and the ADC Click, see the following documentation:
Programming¶
Set -DSHIELD=mikro_adc_click
when you invoke west build
. For
example:
# From the root of the zephyr repository
west build -b frdm_k64f test/boards/board_shell -- -DSHIELD=mikroe_adc_click