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 there an explaination of what mode does for InterruptIn? I am working with a serial UART and (unfortunately mixing a 5V chip with the mbed) and am getting nowhere with my interrupt handler. The device is supposed to provide a falling edge (< 2.0V to somthing less than 0.5V). I've tried setting the mode to all three parameters (PullUp, PullDown and PullNone). Also, is the default condition PullNone? Having the PullNone would only make sense if you previously set it to one of the other parameters.