I want to use the lsm6ds0 driver but I can't find any main.c in zephyr , also there is no trigger.c or shub.c file
can you help me to work with it?
I want to use the lsm6ds0 driver but I can't find any main.c in zephyr , also there is no trigger.c or shub.c file
can you help me to work with it?
The nRF Connect SDK documents also the related Zephyr project v2..7.99 (yeah it lack behind - no problem.)
This includes a sample application for the LSM6DSO
Please try & start here and include with your own board.
The Nordic's website on the zephyr sample:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/samples/sensor/lsm6dso/README.html
If you have installed the nRF Connect SDK on your PC
the folder for the lsm6dso sensor is: <ncs root> / zephyr / samples / sensor/lsm6dso
other Nordic samples are in : <ncs root> / nrf / samples / ...
Each sample holds a main.c in the ./src folder
The nRF Connect SDK documents also the related Zephyr project v2..7.99 (yeah it lack behind - no problem.)
This includes a sample application for the LSM6DSO
Please try & start here and include with your own board.
The Nordic's website on the zephyr sample:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/zephyr/samples/sensor/lsm6dso/README.html
If you have installed the nRF Connect SDK on your PC
the folder for the lsm6dso sensor is: <ncs root> / zephyr / samples / sensor/lsm6dso
other Nordic samples are in : <ncs root> / nrf / samples / ...
Each sample holds a main.c in the ./src folder