???????.h files

06 Dec 2010

Where are the .h files. I tried the Terminal program but can't find the .h file.

How can I display mbed.h?

06 Dec 2010

Mbed library headers are here.

If you import a library into the compiler then to see the code right click the library in the compiler and select "Edit library"

09 Dec 2010

Why isn't this possible on the mbed libraries themselves?

More generally, is it possible to see the source code for the mbed.h file ? We need to have internal information about BusOut, and were wondering whether the sources were visible somewhere.

Thanks,

Bruno

09 Dec 2010

Hi Bruno,

It isn't possible because the mbed libraries are currently kept in SVN only for historical/technical reasons. You can however view and download the sources at http://mbed.org/projects/libraries/svn/mbed/trunk

Thanks, Dan