Hi,
I wanted to use my nrf5340pdk board with a MPU6050 sensor.
I am using the zephyr os and they provide an example project for this sensor. The example project provides:
- main.c
- CMakeList.txt
- prj.conf
- sample.yaml
- and also a folder called boards with nrf52dk_nrf52832.overlay.
Does this mean, that I can only use the MPU6050 sensor with the nrf52dk board, or can I create a new .overlay file for my nrf5340pdk board?
If yes, how does this file has to look like?
Thanks for your help!