device_info_and_self_test

Example of the component qulxizer/pl_adxl357 v1.0.0
# ADXL357 Device Information and Self-Test Example

1. SPI interface is initialized (host: SPI2_HOST, MOSI pin: 5, MISO pin: 18, SCLK pin: 19).
2. ADXL357 is initialized (frequency: 10 MHz, CS pin: 21).
3. ADXL357 is reset.
4. Device information is read and printed.
5. Device self-test is executed and the results are printed.

To create a project from this example, run:

idf.py create-project-from-example "qulxizer/pl_adxl357=1.0.0:device_info_and_self_test"

or download archive (~1.66 KB)