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.
11 years, 9 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, 9 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, 7 months ago.
The mbed library is composed of:
- A microcontroller independent part
- A microcontroller dependent part that we are currently dividing per silicon vendor:
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