This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I2C data interrupt lines

I am trying to figure out how interrupts are set up for say a sensor with an interrupt line which signals when new data is ready.

I am assuming you set up a GPIOTE somehow to trigger an interrupt routine which you can then use to setup the I2C connection, connect to the device, and get the data, after that you could go to sleep again. Is there a simple example for this?

Much Thanks!

Parents Reply Children
No Data
Related