Hi, I am trying to add a motion sensor event into my code that utilizes the low power accelerometer on board the thingy91. I wont be in sleep mode but will be in PSM or edrx mode and I need the low power accelerometer to trigger an event that will cause some communication with the network. I have been pointed to the adxl362 code in the zephyr sample folder but I haven't been able to get that to run. Does anyone have or know of some sample code that shows how to use the low power accelerometer that is on the thingy91? I see that the chip is on pin PO.09 and the interrupt line is on PO.10 but not fully sure how to get it working. Any help would be appreciated.