Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Is it possible for a pin to be able to assigned to interruptin and digitalin fuctions together? It compiles but will it affect it in any way? Also is there any way I can disable the interrupt?
I have an IR detector (TSOP1738) attached to pin number 21. Idea is that it will generate an interrupt on reception of the command and then using the digitalIn api I will be able to read the rest of the command bits.