8 years, 10 months ago.

How can I configure the pull up / down on a Nucleo F401 board ?

I want to have the pull-up resistors enabled on some inputs on my Nucleo F401 board. I did several searches but no luck. Any tips ?

Thanks.

1 Answer

8 years, 10 months ago.

The info is here https://developer.mbed.org/users/mbed_official/code/mbed/docs/tip/classmbed_1_1DigitalIn.html

Use the pin.mode() method. Parameters are PullUp, PullDown, PullNone, OpenDrain

Accepted Answer

Thanks. To bad it does not show up using the search function here.

posted by Roland Kamp 17 Jul 2015

Nothing shows up using the search function here :D. (No really, use google for searching the mbed site)

posted by Erik - 17 Jul 2015