How can I attach a function to an interrupt on the SensorTile.box lsm6dsox sensor.
I have a interrupt that is generated from a finite state machine on the LSM6DSOX sensor. I have routed the interrupt to the INT1 pin. How can I attach an interrupt handler function to this interrupt so the function is executed whenever the interrupt ...