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.
Hello, I am trying to write a program that will depend on the outcome of where p5,p6,p7,p8 are all open circuited.
I was able to detect 1 by 1 if they were, by using the PullUp function with the DigitalIn class.
When i tried using the PullUp function with the BusIn class, the compiler gave me an error saying it would not work. Is there a similar function in mbed i can use to check this condition using only the BusIn Class?
Thank you for any help!