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.
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.
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 09 Aug 2016