I m using Q24 Plus with 657c. I just want to know is it possible to read the interrupt pin.
i.e. if i send 1010 through interrupt pin, i have to perform particular operation. and if i get 101010, then some other operation. How do i read those!!
Is it possible to send the data ( 101010) at one stretch, so that +wind:12 comes after reading this? then i can perform my operation
Yes, i am sending it in seqence. What i meant was “Is it possible to make it in such a way, that after i receives 101010 at the interrupt pin, then i want to perform the operation.”