Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.19 KB

File metadata and controls

53 lines (37 loc) · 1.19 KB

MikroElektronika ADC Click

Overview

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

MikroElektronika ADC Click

MikroElektronika ADC Click (Credit: MikroElektronika)

Requirements

This shield can only be used with a development board that provides a configuration for mikroBUS connectors and defines a node alias for the mikroBUS SPI interface (see :ref:`shields` for more details).

For more information about interfacing the MCP3204 and the ADC Click, see the following documentation:

Programming

Set --shield mikro_adc_click when you invoke west build. For example:

.. zephyr-app-commands::
   :app: <my_app>
   :board: lpcxpresso55s16
   :shield: mikroe_adc_click
   :goals: build