8 years, 9 months ago.

Where is MBED.H?

I'm picking this file has all the declarations for the digital I/O on my Nucleo F411RE board. How do I display it's contents?

Thanks, R

1 Answer

8 years, 9 months ago.

Here you have it: https://github.com/mbedmicro/mbed/blob/master/libraries/mbed/api/mbed.h

Have fun going a few layers deeper to find what you search ;). Shortcut: In that github go to mbed/targets/hal/stm/F4/. There you got the gpio code, for pin definitions you need to go one deeper into f411 folder.