10 years, 9 months ago.

missing library

I have an error because the code that I am using is depending on"Base.h" which is one of the mbed libraries . but in the updated mbed this library doesn't exist any more . how can overcome this problem . is there any one with an idea for me ? thanks

1 Answer

10 years, 9 months ago.

You can either update the code that is relying on an older version of the mbed SDK or you can downgrade the version of the mbed library you are using.

In the panel labelled "Program Workspace" find the mbed library within the program. Clicking on this will bring up a panel on the right labelled "Build details" within which there is a button labelled "revisions" this will display a list of all of the revisions. Select the one that you want to use and click the button labelled "Switch".