sensor interrupts
Posted: Thu Sep 22, 2011 6:32 am
Hi,
I have 3 different sensors sith SPI interfaces. These sensors also have an interrupt pin for a "new data" indication. When the data is ready on any one of the sensors, the corresponding sensor sets its interrupt pin to high so that we can then read the new data from that sensor through spi.
My question is this: is there anyway to use such an interrupt schema in sub20? The only possible way seems to connect interrupt pins to gpio and the continuously poll gpio for low to high edge transition. Is this the only way or is there any other better way? (For instance, does sub20's api provide some kind of software interrupt for hardware interrupt indication etc).
I have 3 different sensors sith SPI interfaces. These sensors also have an interrupt pin for a "new data" indication. When the data is ready on any one of the sensors, the corresponding sensor sets its interrupt pin to high so that we can then read the new data from that sensor through spi.
My question is this: is there anyway to use such an interrupt schema in sub20? The only possible way seems to connect interrupt pins to gpio and the continuously poll gpio for low to high edge transition. Is this the only way or is there any other better way? (For instance, does sub20's api provide some kind of software interrupt for hardware interrupt indication etc).