11 years, 3 months ago.

#include "mbed.h"

Can anyone tell me how to access the mbed.h file? I would like to modify it. I notice it is included in the HelloWorld program but I would like to physically see the code in the file.

Question relating to:

3 Answers

11 years, 3 months ago.

As you might notice the mbed library is "closed source". The only thing you can find about this is the library below (and the code in he .h files)

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

11 years, 3 months ago.

Just FYI,

http://mbed.org/projects/libraries/svn/mbed/trunk/mbed.h

Page not found

posted by abadi santosa 02 Jul 2015
11 years, 1 month ago.

The mbed library is composed of:

If you need to edit the mbed library, you can delete the binary build of the mbed library from your project and import the above two source libraries instead.

Cheers, Emilio