9 years, 1 month ago.

Getting the firmware version in C++

Hello,

I have figured there's a #define in mbed.h for the library version. Is there such a define for the firmware version / os version?

thanks.

Can you specify what you mean firmware version - of the mbed interface ? Os version (what Os are you referring to? )

posted by Martin Kojtal 04 May 2015

1 Answer

8 years, 11 months ago.

Raghad,

See this post https://developer.mbed.org/questions/3775/VERSION-or-__VERSION__-macro-available/ .

There is a macro in the mbed library that contains the release number.

-Austin