1.. _mikroe_adc_click_shield: 2 3MikroElektronika ADC Click 4########################## 5 6Overview 7******** 8 9The MikroElektronika ADC Click carries the `MCP3204`_ 12-bit 10Analog-to-Digital converter in a `mikroBUS`_ |trade| form factor. 11 12.. figure:: adc-click.jpg 13 :align: center 14 :alt: MikroElektronika ADC Click 15 16 MikroElektronika ADC Click (Credit: MikroElektronika) 17 18Requirements 19************ 20 21This shield can only be used with a development board that provides a 22configuration for mikroBUS connectors and defines a node alias for the mikroBUS 23SPI interface (see :ref:`shields` for more details). 24 25For more information about interfacing the MCP3204 and the ADC Click, 26see the following documentation: 27 28- `MCP3204 Datasheet`_ 29- `ADC Click`_ 30 31Programming 32*********** 33 34Set ``--shield mikro_adc_click`` when you invoke ``west build``. For 35example: 36 37.. zephyr-app-commands:: 38 :app: <my_app> 39 :board: lpcxpresso55s16 40 :shield: mikroe_adc_click 41 :goals: build 42 43.. _MCP3204: 44 https://www.microchip.com/wwwproducts/en/en010533 45 46.. _mikroBUS: 47 https://www.mikroe.com/mikrobus 48 49.. _MCP3204 Datasheet: 50 http://ww1.microchip.com/downloads/en/DeviceDoc/21298e.pdf 51 52.. _ADC Click: 53 https://www.mikroe.com/adc-click 54