9 years, 1 month ago.

how to add header source files?

Hi,

I have got the following mbed file:

" The official mbed C/C++ SDK provides the software platform and libraries to build your applications. " But I'm not sure why I cannot find out all the header source files. For example, in the below picture, I cannot find the "DigitalOut.h" source file. /media/uploads/ljiask/header_source_file_missing.jpg

Could anyone advise how to add header source files in the program?

Cheers, Daniel Liu

1 Answer

9 years, 1 month ago.

Daniel,

You can view the library source code for what you require in "mbed-dev" library: https://developer.mbed.org/users/mbed_official/code/mbed-dev/.

If you wish to alter the source code for your project feel free to remove "mbed" in your project and import "mbed-dev".

Let me know how you get on, all the best.

-Andrea

Hi Andrea,

Thanks a lot for the message. the "mbed-dev" library is excellent. Just have another question, since mbed is an open-source platform, anyone may contribute to the code, for example, contribute to building/expanding libraries. How do you assure the quality of coding to minimize software bugs? Do you have procedures to verify/check the quality of the code from the contributors to avoid any issues? Regards, Daniel

posted by Daniel Liu 09 Aug 2016

Daniel,

It is exactly as you mentioned :). Testing, verifying and measuring compatibility between platforms.

Regards,

Andrea

posted by Andrea Corrado 09 Aug 2016