8 years, 9 months ago.

How can we view "mbed.h" ?

I would like to understand the contents of "mbed.h". However, I can't view it at the following pages. "http://mbed.org/forum/mbed/topic/275/?page=1#comment-1291" or "http://mbed.org/projects/libraries/svn/mbed/trunk/mbed.h"

How can we view "mbed.h" ? Thanks.

1 Answer

8 years, 9 months ago.

"mbed" library is precompiled, not souce code. To view the source (eg Mbed.h), instead of "mbed" librarary, import the library "mbed-src" into the project.

Accepted Answer

Thank you very much.

posted by Yuki Ohno 22 Jul 2015

If you just want to view the source rather than editing it, you don't need to import mbed-src (which will make your compiles quite a lot slower) you can just view the source on github https://github.com/mbedmicro/mbed

posted by Stephen Paulger 22 Jul 2015