1.. _mikroe_accel13_click_shield:
2
3MikroElektronika ACCEL 13 Click
4###############################
5
6Overview
7********
8
9The MikroElektronika ACCEL 13 Click carries the `IIS2DLPC`_ ultra-low
10power triaxial accelerometer sensor in a `mikroBUS`_ |trade| form factor.
11
12The `IIS2DLPC`_ sensor supports both SPI and I2C bus protocols. Currently
13only I2C is supported for this shield.
14
15.. figure:: accel-13-click.jpg
16   :align: center
17   :alt: MikroElektronika ACCEL 13 Click
18
19   MikroElektronika ACCEL 13 Click (Credit: MikroElektronika)
20
21Requirements
22************
23
24This shield can only be used with a development board that provides a
25configuration for mikroBUS connectors and defines a node alias for the mikroBUS
26I2C interface (see :ref:`shields` for more details).
27
28For more information about interfacing the IIS2DLPC and the ACCEL 13 Click,
29see the following documentation:
30
31- `IIS2DLPC Datasheet`_
32- `ACCEL 13 Click`_
33
34Programming
35***********
36
37Set ``--shield mikro_accel13_click`` when you invoke ``west build``. For
38example:
39
40.. zephyr-app-commands::
41   :zephyr-app: samples/sensor/sensor_shell
42   :board: lpcxpresso55s69
43   :shield: mikroe_accel13_click
44   :goals: build
45
46.. _IIS2DLPC:
47   https://www.st.com/en/mems-and-sensors/iis2dlpc.html
48
49.. _mikroBUS:
50   https://www.mikroe.com/mikrobus
51
52.. _IIS2DLPC Datasheet:
53   https://www.st.com/resource/en/datasheet/iis2dlpc.pdf
54
55.. _ACCEL 13 Click:
56   https://www.mikroe.com/accel-13-click
57